diff options
author | Sven Gothel <[email protected]> | 2012-10-05 06:32:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-05 06:32:50 +0200 |
commit | 742282292bb115343287a626b35211e81d695bad (patch) | |
tree | 9b3c2365837e2a231f9fa2795030e089b4091a63 /src/jogl/classes/javax/media/opengl/GLDrawable.java | |
parent | a3cb6bb14f410f67fccf5ccd4cd7ecc66f448389 (diff) |
Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimating() for decision whether to display() now; Minor API comments.
Diffstat (limited to 'src/jogl/classes/javax/media/opengl/GLDrawable.java')
-rw-r--r-- | src/jogl/classes/javax/media/opengl/GLDrawable.java | 2 |
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 10eea2efc..c0910eb0f 100644 --- a/src/jogl/classes/javax/media/opengl/GLDrawable.java +++ b/src/jogl/classes/javax/media/opengl/GLDrawable.java @@ -149,7 +149,7 @@ public interface GLDrawable { This object shall be directly associated to the attached {@link NativeSurface}'s {@link AbstractGraphicsConfiguration}, and if changes are necessary, they should reflect those as well. - @return A copy of the queried object. + @return The immutable queried instance. */ public GLCapabilitiesImmutable getChosenGLCapabilities(); |