summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-03-24 15:40:34 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-03-24 15:40:34 +0000
commitafc72872bee6c7952f33514acdc0a102ac5debe0 (patch)
tree4897baebf640c7d1bfa4cd8718f1c7461cb4c475 /progs
parente511f40795c3d0f72a502779b74134fe19cdc5dd (diff)
Use new XEvent facilities
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/miniglxtest.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/tests/miniglxtest.c b/progs/tests/miniglxtest.c
index bcdb4682825..588afc91916 100644
--- a/progs/tests/miniglxtest.c
+++ b/progs/tests/miniglxtest.c
@@ -1,4 +1,4 @@
-/* $Id: miniglxtest.c,v 1.1.4.7 2003/02/21 22:18:24 keithw Exp $ */
+/* $Id: miniglxtest.c,v 1.1.4.8 2003/03/24 15:40:34 keithw Exp $ */
/*
* Test the mini GLX interface.
@@ -161,7 +161,6 @@ int foo( )
XMapWindow( dpy, win );
-#if !USE_MINI_GLX
{
XEvent e;
while (1) {
@@ -171,8 +170,6 @@ int foo( )
}
}
}
-#endif
-
event_loop( dpy, win );