summaryrefslogtreecommitdiffstats
path: root/src/demos/es1/Info.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/es1/Info.java')
-rwxr-xr-xsrc/demos/es1/Info.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/demos/es1/Info.java b/src/demos/es1/Info.java
index 8d83692..972fd5e 100755
--- a/src/demos/es1/Info.java
+++ b/src/demos/es1/Info.java
@@ -29,8 +29,10 @@ public class Info implements GLEventListener {
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);
+ window = GLWindow.create(nWindow);
+ } else {
+ window = GLWindow.create(caps);
}
- window = GLWindow.create(nWindow, caps);
window.addGLEventListener(this);