diff options
author | Fernando Carrijo <fcarrijo@yahoo.com.br> | 2010-07-01 06:58:28 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-08 14:22:10 -0700 |
commit | 30b076ea0b761c4a94c275be273accf311dc81c2 (patch) | |
tree | 7c17ad066b55604318de36d0a701e28a19e751ba | |
parent | 54fbe5759aa961dccc618b35573845f847675570 (diff) |
Purge macros NEED_EVENTS and NEED_REPLIES
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>
-rw-r--r-- | src/XExtInt.c | 2 | ||||
-rw-r--r-- | src/XExtToWire.c | 3 | ||||
-rw-r--r-- | src/XListDev.c | 2 | ||||
-rw-r--r-- | 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 */ |