diff options
Diffstat (limited to 'src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java')
-rw-r--r-- | src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java b/src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java index 1d699a1aa..ea77b2876 100644 --- a/src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java +++ b/src/junit/com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.java @@ -251,7 +251,7 @@ public class TestOffscreen01NEWT extends UITestCase { for(i=0; i<winnum; i++) { System.out.println("Create Window "+i); - displays[i] = NewtFactory.createDisplay(null); // local display + displays[i] = NewtFactory.createDisplay(null, false); // local display Assert.assertNotNull(displays[i]); screens[i] = NewtFactory.createScreen(displays[i], 0); // screen 0 Assert.assertNotNull(screens[i]); |