diff options
author | Fernando Carrijo <fcarrijo@yahoo.com.br> | 2010-07-01 07:04:31 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-08 14:58:25 -0700 |
commit | d1a4b97476efc64d9c47202b877c72c8b0fed14d (patch) | |
tree | b7f96706a3e64532a887b5827826ba83cbd75188 | |
parent | bd46f8e115caeb4f48af64fc235d2b317f01b41f (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/XScrnSaver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/XScrnSaver.c b/src/XScrnSaver.c index 0bbdc60..d496b94 100644 --- a/src/XScrnSaver.c +++ b/src/XScrnSaver.c @@ -28,8 +28,6 @@ in this Software without prior written authorization from the X Consortium. */ /* $XFree86: xc/lib/Xss/XScrnSaver.c,v 3.1 2001/10/28 03:32:40 tsi Exp $ */ -#define NEED_EVENTS -#define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/Xutil.h> #include <X11/extensions/Xext.h> |