summaryrefslogtreecommitdiffstats
path: root/src/demos/es1/cubefbo/Main.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/es1/cubefbo/Main.java')
-rwxr-xr-xsrc/demos/es1/cubefbo/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es1/cubefbo/Main.java b/src/demos/es1/cubefbo/Main.java
index bef2761..8951d0c 100755
--- a/src/demos/es1/cubefbo/Main.java
+++ b/src/demos/es1/cubefbo/Main.java
@@ -64,7 +64,7 @@ public class Main implements WindowListener, MouseListener {
if(0!=(type&USE_AWT)) {
Display nDisplay = NewtFactory.createDisplay(NativeWindowFactory.TYPE_AWT, null); // local display
Screen nScreen = NewtFactory.createScreen(NativeWindowFactory.TYPE_AWT, nDisplay, 0); // screen 0
- nWindow = NewtFactory.createWindow(NativeWindowFactory.TYPE_AWT, nScreen, caps);
+ nWindow = NewtFactory.createWindow(NativeWindowFactory.TYPE_AWT, nScreen, caps, false);
window = GLWindow.create(nWindow);
} else {
window = GLWindow.create(caps);