From afc72872bee6c7952f33514acdc0a102ac5debe0 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 24 Mar 2003 15:40:34 +0000 Subject: Use new XEvent facilities --- progs/tests/miniglxtest.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'progs') 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 ); -- cgit v1.2.3