summaryrefslogtreecommitdiffstats
path: root/src/demos/es1/angeles
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/es1/angeles
parent2329eaec304b79b1f9cd5838f7ea8747a9b45e14 (diff)
Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9
Diffstat (limited to 'src/demos/es1/angeles')
-rwxr-xr-xsrc/demos/es1/angeles/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es1/angeles/Main.java b/src/demos/es1/angeles/Main.java
index 9d903dd..0ad882b 100755
--- a/src/demos/es1/angeles/Main.java
+++ b/src/demos/es1/angeles/Main.java
@@ -63,7 +63,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);