summaryrefslogtreecommitdiffstats
path: root/src/demos/GLInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/GLInfo.java')
-rwxr-xr-xsrc/demos/GLInfo.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/demos/GLInfo.java b/src/demos/GLInfo.java
index 2c00668..938e087 100755
--- a/src/demos/GLInfo.java
+++ b/src/demos/GLInfo.java
@@ -37,8 +37,10 @@ public class GLInfo extends Thread implements GLEventListener {
Screen nScreen = NewtFactory.createScreen(NativeWindowFactory.TYPE_AWT, nDisplay, 0); // screen 0
nWindow = NewtFactory.createWindow(NativeWindowFactory.TYPE_AWT, nScreen, caps);
System.err.println(glp+" "+nWindow);
+ window = GLWindow.create(nWindow);
+ } else {
+ window = GLWindow.create(caps);
}
- window = GLWindow.create(nWindow, caps);
System.err.println(glp+" GLWindow : "+window);