summaryrefslogtreecommitdiffstats
path: root/src/demos/readbuffer
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-21 06:19:40 +0200
committerSven Gothel <[email protected]>2010-05-21 06:19:40 +0200
commit49b453135a64ad944eac2d4bebcb0fbb2fac5494 (patch)
tree0b666218146f161102a124ad0ccd16317da8a976 /src/demos/readbuffer
parent2329eaec304b79b1f9cd5838f7ea8747a9b45e14 (diff)
Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9
Diffstat (limited to 'src/demos/readbuffer')
-rwxr-xr-xsrc/demos/readbuffer/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/readbuffer/Main.java b/src/demos/readbuffer/Main.java
index 566750e..2311ace 100755
--- a/src/demos/readbuffer/Main.java
+++ b/src/demos/readbuffer/Main.java
@@ -95,7 +95,7 @@ public class Main implements WindowListener, MouseListener, SurfaceUpdatedListen
if(0!=(typeNewt&USE_AWT)) {
Display nDisplay = NewtFactory.createDisplay(NativeWindowFactory.TYPE_AWT, null); // local display
Screen nScreen = NewtFactory.createScreen(NativeWindowFactory.TYPE_AWT, nDisplay, 0); // screen 0
- Window nWindow = NewtFactory.createWindow(NativeWindowFactory.TYPE_AWT, nScreen, caps);
+ Window nWindow = NewtFactory.createWindow(NativeWindowFactory.TYPE_AWT, nScreen, caps, false);
window = GLWindow.create(nWindow);
} else {
Display nDisplay = NewtFactory.createDisplay(null); // local display