From 49b453135a64ad944eac2d4bebcb0fbb2fac5494 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 21 May 2010 06:19:40 +0200 Subject: Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9 --- src/demos/GLNewtRun.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos/GLNewtRun.java') 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); } -- cgit v1.2.3