diff options
author | Sven Gothel <[email protected]> | 2010-10-08 02:49:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-10-08 02:49:00 +0200 |
commit | 0d1ea8ae8eb940b1b29f4f80c232a1d456300362 (patch) | |
tree | 57569ffed445e603934b7046aaeba1141f1bf026 /src/demos/readbuffer/Surface2File.java | |
parent | cf07f2f4b8340a214d7267b9916e3f68e046094c (diff) |
syn with JOGL 018c7e8660dc0af68bd129be9af5094d04d0b431
Diffstat (limited to 'src/demos/readbuffer/Surface2File.java')
-rwxr-xr-x | src/demos/readbuffer/Surface2File.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/readbuffer/Surface2File.java b/src/demos/readbuffer/Surface2File.java index 74fa637..2303a1c 100755 --- a/src/demos/readbuffer/Surface2File.java +++ b/src/demos/readbuffer/Surface2File.java @@ -51,7 +51,7 @@ public class Surface2File implements SurfaceUpdatedListener { readBufferUtil.dispose(); } - public void surfaceUpdated(Object updater, NativeWindow window, long when) { + public void surfaceUpdated(Object updater, NativeSurface surface, long when) { if(updater instanceof GLDrawable) { GLDrawable drawable = (GLDrawable) updater; GLContext ctx = GLContext.getCurrent(); |