diff options
author | Sven Gothel <[email protected]> | 2001-09-26 00:21:57 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-09-26 00:21:57 +0000 |
commit | 744ceb659539753d571dc46aebb601d4a2f0b401 (patch) | |
tree | d5dbaac2714b00532c51d8f35bcd6ec0927d235c /gl4java/awt/GLAnimCanvas.java | |
parent | 26883064d71736ccd96a6f1d9b19b85b66f5ac7c (diff) |
bugfix: auto context switch
Diffstat (limited to 'gl4java/awt/GLAnimCanvas.java')
-rw-r--r-- | gl4java/awt/GLAnimCanvas.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gl4java/awt/GLAnimCanvas.java b/gl4java/awt/GLAnimCanvas.java index 9268db8..b35f765 100644 --- a/gl4java/awt/GLAnimCanvas.java +++ b/gl4java/awt/GLAnimCanvas.java @@ -26,9 +26,9 @@ import java.lang.Math; * </pre> * * <p> - * There are two ways of using a GLAnimCanvas: the {@link - * gl4java.GLEventListener} model or the subclassing model. Earlier - * versions of OpenGL for Java only supported the subclassing model. + * There are two ways of using a GLAnimCanvas: + * the {@link gl4java.drawable.GLEventListener} model or the subclassing model. + * Earlier versions of OpenGL for Java only supported the subclassing model. * The default implementations of {@link gl4java.awt.GLCanvas#init}, * {@link gl4java.awt.GLCanvas#display}, * {@link gl4java.awt.GLCanvas#reshape} and @@ -412,7 +412,7 @@ public class GLAnimCanvas extends GLCanvas private boolean _fDelayRun=false; /** - * Forcec this thread to release it's GLContext ! + * Force this thread to release it's GLContext ! * * To ensure this, this thread enables itself, * and calls gljFree(true) to force the release ! |