summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/gl-common.cfg2
-rw-r--r--make/glu-interface-common-CustomJavaCode.java2
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>