[PATCH 8-27] libXi: Purge macros NEED_EVENTS and NEED_REPLIES

Fernando Carrijo fcarrijo at yahoo.com.br
Thu Jul 1 02:58:28 PDT 2010


Signed-off-by: Fernando Carrijo <fcarrijo at yahoo.com.br>
---
 src/XExtInt.c    |    2 --
 src/XExtToWire.c |    3 ---
 src/XListDev.c   |    2 --
 src/XSetBMap.c   |    1 -
 4 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/XExtInt.c b/src/XExtInt.c
index 80b3fc7..bbd406d 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -50,8 +50,6 @@ SOFTWARE.
  *
  */
 
-#define NEED_EVENTS
-#define NEED_REPLIES
 #include <stdio.h>
 #include <stdint.h>
 #include <X11/extensions/XI.h>
diff --git a/src/XExtToWire.c b/src/XExtToWire.c
index 73d173f..674781f 100644
--- a/src/XExtToWire.c
+++ b/src/XExtToWire.c
@@ -49,9 +49,6 @@ SOFTWARE.
  *	XExtToWire.c - reformat an XEvent into a wire event.
  */
 
-#define NEED_EVENTS
-#define NEED_REPLIES
-
 #include <X11/extensions/XIproto.h>
 #include <X11/Xlibint.h>
 #include <X11/extensions/XInput.h>
diff --git a/src/XListDev.c b/src/XListDev.c
index 46db220..c544ae0 100644
--- a/src/XListDev.c
+++ b/src/XListDev.c
@@ -51,8 +51,6 @@ SOFTWARE.
  *
  */
 
-#define NEED_REPLIES
-#define NEED_EVENTS
 #include <X11/extensions/XI.h>
 #include <X11/extensions/XIproto.h>
 #include <X11/Xlibint.h>
diff --git a/src/XSetBMap.c b/src/XSetBMap.c
index 7796c16..d0a6398 100644
--- a/src/XSetBMap.c
+++ b/src/XSetBMap.c
@@ -56,7 +56,6 @@ SOFTWARE.
 #include <X11/extensions/XInput.h>
 #include <X11/extensions/extutil.h>
 #include "XIint.h"
-#define NEED_REPLIES
 
 /* returns either  DeviceMappingSuccess or DeviceMappingBusy  */
 
-- 
1.7.0.4




More information about the xorg-devel mailing list