summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/GLDrawable.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-09-08 13:39:27 +0200
committerSven Gothel <[email protected]>2013-09-08 13:39:27 +0200
commit6c823db5c504d29a4a54c6756e4e3113848d39dd (patch)
treee7dc2dd042c8f954525690b80750e117ad61fbbe /src/jogl/classes/javax/media/opengl/GLDrawable.java
parentc654bf3605ff4dca6d8231c2fe8b4db8e6b22b4c (diff)
Fix some JavaDoc and API doc (reference) bugs ..
Diffstat (limited to 'src/jogl/classes/javax/media/opengl/GLDrawable.java')
-rw-r--r--src/jogl/classes/javax/media/opengl/GLDrawable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/javax/media/opengl/GLDrawable.java b/src/jogl/classes/javax/media/opengl/GLDrawable.java
index 369ea6d2b..46fa923ad 100644
--- a/src/jogl/classes/javax/media/opengl/GLDrawable.java
+++ b/src/jogl/classes/javax/media/opengl/GLDrawable.java
@@ -202,7 +202,7 @@ public interface GLDrawable {
* <p>
* On EGL it is represented by the EGLSurface.<br>
* On X11/GLX it is represented by either the Window XID, GLXPixmap, or GLXPbuffer.<br>
- * On Windows it is represented by the HDC, which may change with each {@link #lockSurface()}.<br>
+ * On Windows it is represented by the HDC, which may change with each {@link NativeSurface#lockSurface()}.<br>
* </p>
* @see #setRealized(boolean)
* @see NativeSurface#lockSurface()