diff options
author | Fernando Carrijo <fcarrijo@yahoo.com.br> | 2010-07-01 06:53:31 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-07 15:35:17 -0700 |
commit | a08053121ff1115689b3e5e5322e8b8aaa7cb5fc (patch) | |
tree | 5da43f68378b6b8bbbd12513ae01b26d553ae04f | |
parent | 8abc1c8e920821f5ed68e639d3fb71a4ad90a102 (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/xdamageint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xdamageint.h b/src/xdamageint.h index 6430a41..f833714 100644 --- a/src/xdamageint.h +++ b/src/xdamageint.h @@ -23,8 +23,6 @@ #ifndef _XDAMAGEINT_H_ #define _XDAMAGEINT_H_ -#define NEED_EVENTS -#define NEED_REPLIES #include <stdio.h> #include <X11/Xlib.h> #include <X11/Xlibint.h> |