summaryrefslogtreecommitdiffstats
path: root/src/demos/newt/NEWTTest1.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-06-18 00:16:14 +0000
committerSven Gothel <[email protected]>2009-06-18 00:16:14 +0000
commit779c2a9925c03c8d832aeb68a652d40dedab5ab0 (patch)
treeda2cfbbeec2c9848316cd449b22fa671db47bb2e /src/demos/newt/NEWTTest1.java
parent42a3da77136f0f39679f022b9c7e243464025539 (diff)
Fix pumpMessages() in NEWT demos
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@355 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/newt/NEWTTest1.java')
-rw-r--r--src/demos/newt/NEWTTest1.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/newt/NEWTTest1.java b/src/demos/newt/NEWTTest1.java
index 51a31c7..0cfc190 100644
--- a/src/demos/newt/NEWTTest1.java
+++ b/src/demos/newt/NEWTTest1.java
@@ -100,7 +100,7 @@ public class NEWTTest1 implements WindowListener, KeyListener, MouseListener
while (running)
{
- window.pumpMessages();
+ display.pumpMessages();
window.lockSurface();
try