diff options
author | Kenneth Russel <kbrussel@alum.mit.edu> | 2005-07-19 06:59:40 +0000 |
---|---|---|
committer | Kenneth Russel <kbrussel@alum.mit.edu> | 2005-07-19 06:59:40 +0000 |
commit | 77521f233ff052096b25d9899bf3618fdc668740 (patch) | |
tree | 20f39baba49fcfbc1cb17a9943e718a3b825f18b /make | |
parent | 08d481088925526964be39cbdd28cfc4ae828a86 (diff) |
Documentation updates and minor cleanups
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JSR-231@333 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/gl-common.cfg | 2 | ||||
-rw-r--r-- | make/glu-interface-common-CustomJavaCode.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg index 32a471f68..292871e27 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -331,7 +331,7 @@ CustomJavaCode GL * depth of the display). Any application that is concerned CustomJavaCode GL * these situations correctly should confirm availability after a display CustomJavaCode GL * change before calling a questionable OpenGL function. To detect a change in CustomJavaCode GL * the display device, please see {@link -CustomJavaCode GL * GLEventListener#displayChanged(GLDrawable,boolean,boolean)}. +CustomJavaCode GL * GLEventListener#displayChanged(GLAutoDrawable,boolean,boolean)}. CustomJavaCode GL * CustomJavaCode GL * @param glFunctionName the name of the OpenGL function (e.g., use CustomJavaCode GL * "glPolygonOffsetEXT" to check if the {@link diff --git a/make/glu-interface-common-CustomJavaCode.java b/make/glu-interface-common-CustomJavaCode.java index 829d9d3f9..65fde599f 100644 --- a/make/glu-interface-common-CustomJavaCode.java +++ b/make/glu-interface-common-CustomJavaCode.java @@ -967,7 +967,7 @@ public int gluScaleImage(int format, int wIn, int hIn, int typeIn, java.nio.Buff * these situations correctly should confirm availability after a display * change before calling a questionable OpenGL function. To detect a change in * the display device, please see {@link - * GLEventListener#displayChanged(GLDrawable,boolean,boolean)}. + * GLEventListener#displayChanged(GLAutoDrawable,boolean,boolean)}. * * @param gluFunctionName the name of the OpenGL function (e.g., use * "gluNurbsCallbackDataEXT" to check if the <code> |