diff options
author | Sven Gothel <[email protected]> | 2010-05-21 06:19:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-21 06:19:40 +0200 |
commit | 49b453135a64ad944eac2d4bebcb0fbb2fac5494 (patch) | |
tree | 0b666218146f161102a124ad0ccd16317da8a976 /src/demos/GLNewtRun.java | |
parent | 2329eaec304b79b1f9cd5838f7ea8747a9b45e14 (diff) |
Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9
Diffstat (limited to 'src/demos/GLNewtRun.java')
-rwxr-xr-x | src/demos/GLNewtRun.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/GLNewtRun.java b/src/demos/GLNewtRun.java index c981012..72389e3 100755 --- a/src/demos/GLNewtRun.java +++ b/src/demos/GLNewtRun.java @@ -219,7 +219,7 @@ public class GLNewtRun implements WindowListener, KeyListener, MouseListener { parent.setPosition(x_p, y_p); parent.setSize(width+width/10, height+height/10); parent.setVisible(true); - nWindow = NewtFactory.createWindow(parent, nScreen, caps); + nWindow = NewtFactory.createWindow(parent, caps, undecorated); } else { nWindow = NewtFactory.createWindow(nScreen, caps, undecorated); } |