diff options
Diffstat (limited to 'src/classes/javax/media/opengl/GLAutoDrawable.java')
-rw-r--r-- | src/classes/javax/media/opengl/GLAutoDrawable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/javax/media/opengl/GLAutoDrawable.java b/src/classes/javax/media/opengl/GLAutoDrawable.java index 40e2603c6..688b78879 100644 --- a/src/classes/javax/media/opengl/GLAutoDrawable.java +++ b/src/classes/javax/media/opengl/GLAutoDrawable.java @@ -52,7 +52,7 @@ import javax.media.opengl.glu.*; GLContext for the GLAutoDrawable to be used both by the event based rendering mechanism as well by end users directly. */ -public interface GLAutoDrawable extends GLDrawable /*, FIXME: ComponentEvents */ { +public interface GLAutoDrawable extends GLDrawable { /** * Returns the context associated with this drawable. The returned * context will be synchronized. |