summaryrefslogtreecommitdiffstats
path: root/src/demos/newt/TaskManagerTest2.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/newt/TaskManagerTest2.java')
-rw-r--r--src/demos/newt/TaskManagerTest2.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/newt/TaskManagerTest2.java b/src/demos/newt/TaskManagerTest2.java
index 0b61342..93f61f1 100644
--- a/src/demos/newt/TaskManagerTest2.java
+++ b/src/demos/newt/TaskManagerTest2.java
@@ -112,7 +112,7 @@ public class TaskManagerTest2 implements WindowListener, KeyListener, MouseList
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);