aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/javax/media/opengl/awt/AWTGLAutoDrawable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/classes/javax/media/opengl/awt/AWTGLAutoDrawable.java')
-rw-r--r--src/classes/javax/media/opengl/awt/AWTGLAutoDrawable.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/classes/javax/media/opengl/awt/AWTGLAutoDrawable.java b/src/classes/javax/media/opengl/awt/AWTGLAutoDrawable.java
index ef5a7f2d7..85163f0ff 100644
--- a/src/classes/javax/media/opengl/awt/AWTGLAutoDrawable.java
+++ b/src/classes/javax/media/opengl/awt/AWTGLAutoDrawable.java
@@ -43,4 +43,7 @@ import javax.media.opengl.*;
import javax.media.opengl.glu.*;
public interface AWTGLAutoDrawable extends GLAutoDrawable, ComponentEvents {
+ /** Schedules a repaint of the component at some point in the
+ future. */
+ public void repaint();
}