diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-03-24 15:40:34 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-03-24 15:40:34 +0000 |
commit | afc72872bee6c7952f33514acdc0a102ac5debe0 (patch) | |
tree | 4897baebf640c7d1bfa4cd8718f1c7461cb4c475 /progs | |
parent | e511f40795c3d0f72a502779b74134fe19cdc5dd (diff) |
Use new XEvent facilities
Diffstat (limited to 'progs')
-rw-r--r-- | progs/tests/miniglxtest.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/tests/miniglxtest.c b/progs/tests/miniglxtest.c index bcdb468282..588afc9191 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 ); |