Purge macros NEED_EVENTS and NEED_REPLIES
authorFernando Carrijo <fcarrijo@yahoo.com.br>
Thu, 1 Jul 2010 10:05:16 +0000 (07:05 -0300)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 8 Jul 2010 22:06:56 +0000 (15:06 -0700)
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
src/XRecord.c
src/XTest.c

index a0f7c52..40fbcc5 100644 (file)
@@ -54,8 +54,6 @@ from The Open Group.
 
 #include <stdio.h>
 #include <assert.h>
-#define NEED_EVENTS
-#define NEED_REPLIES
 #include <X11/Xlibint.h>
 #include <X11/extensions/Xext.h>
 #include <X11/extensions/extutil.h>
index ed45e41..c04cc09 100644 (file)
@@ -32,7 +32,6 @@ from The Open Group.
 */
 /* $XFree86: xc/lib/Xtst/XTest.c,v 1.5 2001/12/14 19:56:40 dawes Exp $ */
 
-#define NEED_REPLIES
 #include <X11/Xlibint.h>
 #include <X11/extensions/XTest.h>
 #include <X11/extensions/xtestproto.h>