diff options
author | Fernando Carrijo <fcarrijo@yahoo.com.br> | 2010-07-01 06:48:47 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-07 14:57:16 -0700 |
commit | 309745fc0095cccc575ead3446480060091161f1 (patch) | |
tree | cd56267f1f652b8d75bde9947af34791ef9cc7d9 | |
parent | 6d9de78c3cde1e7963cafc6e8155b3e2ea5819c1 (diff) | |
download | xorg-lib-libdmx-309745fc0095cccc575ead3446480060091161f1.tar.gz |
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/dmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ * can be included in client applications by linking with the libdmx.a * library. */ -#define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/extensions/Xext.h> #define EXTENSION_PROC_ARGS void * |