diff options
author | Sven Gothel <[email protected]> | 2010-05-28 17:54:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-28 17:54:31 +0200 |
commit | 7bf502292901259eef302ef23b5c558b80f6b3f8 (patch) | |
tree | dfd232ba540b2c734995fa1a932f1c094e265b9d /src/demos/newt/NEWTTest1.java | |
parent | 49b453135a64ad944eac2d4bebcb0fbb2fac5494 (diff) |
Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021e
Diffstat (limited to 'src/demos/newt/NEWTTest1.java')
-rw-r--r-- | src/demos/newt/NEWTTest1.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/newt/NEWTTest1.java b/src/demos/newt/NEWTTest1.java index ab8d577..1a2f757 100644 --- a/src/demos/newt/NEWTTest1.java +++ b/src/demos/newt/NEWTTest1.java @@ -88,7 +88,7 @@ public class NEWTTest1 implements WindowListener, KeyListener, MouseListener Screen screen = NewtFactory.createScreen(display, 0); Window window = NewtFactory.createWindow(screen, caps); window.setTitle("GlassPrism"); - window.setAutoDrawableClient(true); + window.setHandleDestroyNotify(false); window.setUndecorated(false); window.setSize(256, 256); window.addKeyListener(this); |