diff options
author | Fernando Carrijo <fcarrijo@yahoo.com.br> | 2010-07-01 07:08:11 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-08 15:24:19 -0700 |
commit | 86ece63cf0d038eb36e80cc4836eb387c407b773 (patch) | |
tree | c2da13574aa30a853823d8c704286781f99cb78a | |
parent | 5c9d042d4450d28c50258895885836253fbf5e61 (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/XF86DGA.c | 3 | ||||
-rw-r--r-- | src/XF86DGA2.c | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/XF86DGA.c b/src/XF86DGA.c index a6e66a4..4effcaf 100644 --- a/src/XF86DGA.c +++ b/src/XF86DGA.c @@ -58,9 +58,6 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc #undef _SC_PAGESIZE #endif - -#define NEED_EVENTS -#define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/extensions/Xxf86dga.h> #include <X11/extensions/xf86dgaproto.h> diff --git a/src/XF86DGA2.c b/src/XF86DGA2.c index 8425faa..2fd09a5 100644 --- a/src/XF86DGA2.c +++ b/src/XF86DGA2.c @@ -15,8 +15,6 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc #include <os2.h> #endif -#define NEED_EVENTS -#define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/extensions/Xxf86dga.h> #include <X11/extensions/xf86dgaproto.h> |