diff options
author | Fernando Carrijo <fcarrijo@yahoo.com.br> | 2010-07-01 06:52:10 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-07 15:33:41 -0700 |
commit | dc0afc177521014462baa966359b45d7a40a0c63 (patch) | |
tree | b622b8065a8aab496cf30c53aa8ae4d02f1b65c5 | |
parent | 219e4de3666e3a7dda42c64ab1539a4cc5adbee4 (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/xcompositeint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xcompositeint.h b/src/xcompositeint.h index 57e876d..f9f1b46 100644 --- a/src/xcompositeint.h +++ b/src/xcompositeint.h @@ -45,8 +45,6 @@ #ifndef _XCOMPOSITEINT_H_ #define _XCOMPOSITEINT_H_ -#define NEED_EVENTS -#define NEED_REPLIES #include <stdio.h> #include <X11/Xlib.h> #include <X11/Xlibint.h> |