diff options
author | Sven Gothel <[email protected]> | 2011-11-06 02:41:25 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-11-06 02:41:25 +0100 |
commit | ccb7213cdcef177eabf7538b7c0d1c3e34915640 (patch) | |
tree | f058fecceb683194e92ab6688abdfbb3ed268975 /src/test | |
parent | 5d6cbbcc2e0e819c3663e3ec451eefaf133f6435 (diff) |
NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListener
- SurfaceUpdateHelper contains impl. used by NativeSurface implementations.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/offscreen/WindowUtilNEWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/offscreen/WindowUtilNEWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/offscreen/WindowUtilNEWT.java index 199b094f2..1d1ee1e0c 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/offscreen/WindowUtilNEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/offscreen/WindowUtilNEWT.java @@ -103,7 +103,7 @@ public class WindowUtilNEWT { while ( windowOffScreen.getTotalFPSFrames() < frames) { windowOffScreen.display(); } - windowOffScreen.removeAllSurfaceUpdatedListener(); + windowOffScreen.removeSurfaceUpdatedListener(ul); } |