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/newt | |
parent | a3cb6bb14f410f67fccf5ccd4cd7ecc66f448389 (diff) |
Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimating() for decision whether to display() now; Minor API comments.
Diffstat (limited to 'src/newt')
-rw-r--r-- | src/newt/classes/jogamp/newt/DisplayImpl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newt/classes/jogamp/newt/DisplayImpl.java b/src/newt/classes/jogamp/newt/DisplayImpl.java index daeb3e886..fbccc5767 100644 --- a/src/newt/classes/jogamp/newt/DisplayImpl.java +++ b/src/newt/classes/jogamp/newt/DisplayImpl.java @@ -359,6 +359,7 @@ public abstract class DisplayImpl extends Display { return "NEWT-Display["+getFQName()+", excl "+exclusive+", refCount "+refCount+", hasEDT "+(null!=edtUtil)+", edtRunning "+isEDTRunning()+", "+aDevice+"]"; } + /** Dispatch native Toolkit messageges */ protected abstract void dispatchMessagesNative(); private Object eventsLock = new Object(); |