summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFernando Carrijo <fcarrijo@yahoo.com.br>2010-07-01 06:54:24 -0300
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-07 16:24:32 -0700
commit34500310c8c4ec3a55078837bae15d644fbf24d0 (patch)
tree8aa884bf8a56364af10c4258ee38582bab1db918 /src
parent23643bd1ce181650fff32a8192c816dfc31989d7 (diff)
downloadxorg-lib-libXext-34500310c8c4ec3a55078837bae15d644fbf24d0.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>
Diffstat (limited to 'src')
-rw-r--r--src/DPMS.c1
-rw-r--r--src/MITMisc.c1
-rw-r--r--src/XAppgroup.c2
-rw-r--r--src/XEVI.c3
-rw-r--r--src/XLbx.c2
-rw-r--r--src/XMultibuf.c2
-rw-r--r--src/XShape.c3
-rw-r--r--src/XShm.c2
-rw-r--r--src/XSync.c2
-rw-r--r--src/XTestExt1.c3
-rw-r--r--src/Xcup.c2
-rw-r--r--src/Xdbe.c2
-rw-r--r--src/Xge.c3
13 files changed, 2 insertions, 26 deletions
diff --git a/src/DPMS.c b/src/DPMS.c
index 92a7f61..5b183b3 100644
--- a/src/DPMS.c
+++ b/src/DPMS.c
@@ -32,7 +32,6 @@ Equipment Corporation.
* HISTORY
*/
-#define NEED_REPLIES
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/MITMisc.c b/src/MITMisc.c
index 606ca6e..bd2d231 100644
--- a/src/MITMisc.c
+++ b/src/MITMisc.c
@@ -28,7 +28,6 @@ in this Software without prior written authorization from The Open Group.
/* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM BLESSING */
-#define NEED_REPLIES
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/XAppgroup.c b/src/XAppgroup.c
index 212e964..3056cd9 100644
--- a/src/XAppgroup.c
+++ b/src/XAppgroup.c
@@ -33,8 +33,6 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xwindows.h>
#endif
-#define NEED_EVENTS
-#define NEED_REPLIES
#include <X11/Xlibint.h>
#include <X11/extensions/Xag.h>
#include <X11/extensions/agproto.h>
diff --git a/src/XEVI.c b/src/XEVI.c
index b357c4f..b9b0cda 100644
--- a/src/XEVI.c
+++ b/src/XEVI.c
@@ -22,8 +22,7 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
/* $XFree86$ */
-#define NEED_EVENTS
-#define NEED_REPLIES
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/XLbx.c b/src/XLbx.c
index 2cae416..2a07590 100644
--- a/src/XLbx.c
+++ b/src/XLbx.c
@@ -24,8 +24,6 @@
*/
/* $XFree86: xc/lib/Xext/XLbx.c,v 1.4 2002/10/16 00:37:27 dawes Exp $ */
-#define NEED_EVENTS
-#define NEED_REPLIES
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/XMultibuf.c b/src/XMultibuf.c
index edb5fa7..bf68909 100644
--- a/src/XMultibuf.c
+++ b/src/XMultibuf.c
@@ -27,8 +27,6 @@ in this Software without prior written authorization from The Open Group.
*/
/* $XFree86: xc/lib/Xext/XMultibuf.c,v 1.5 2001/12/14 19:55:00 dawes Exp $ */
-#define NEED_EVENTS
-#define NEED_REPLIES
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/XShape.c b/src/XShape.c
index 9437efa..b8d6b59 100644
--- a/src/XShape.c
+++ b/src/XShape.c
@@ -26,8 +26,7 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
/* $XFree86: xc/lib/Xext/XShape.c,v 1.3 2002/10/16 00:37:27 dawes Exp $ */
-#define NEED_EVENTS
-#define NEED_REPLIES
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/XShm.c b/src/XShm.c
index 38efa9f..fc18860 100644
--- a/src/XShm.c
+++ b/src/XShm.c
@@ -30,8 +30,6 @@ in this Software without prior written authorization from The Open Group.
/* THIS IS NOT AN X CONSORTIUM STANDARD OR AN X PROJECT TEAM SPECIFICATION */
-#define NEED_EVENTS
-#define NEED_REPLIES
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/XSync.c b/src/XSync.c
index ce76dd3..648c718 100644
--- a/src/XSync.c
+++ b/src/XSync.c
@@ -55,8 +55,6 @@ PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#endif
#include <stdio.h>
-#define NEED_EVENTS
-#define NEED_REPLIES
#include <X11/Xlibint.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>
diff --git a/src/XTestExt1.c b/src/XTestExt1.c
index c9d48d7..355ced2 100644
--- a/src/XTestExt1.c
+++ b/src/XTestExt1.c
@@ -57,9 +57,6 @@ University of California.
* include files
*****************************************************************************/
-#define NEED_REPLIES
-#define NEED_EVENTS
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/Xcup.c b/src/Xcup.c
index 6013039..dbd4857 100644
--- a/src/Xcup.c
+++ b/src/Xcup.c
@@ -33,8 +33,6 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xwindows.h>
#endif
-#define NEED_EVENTS
-#define NEED_REPLIES
#include <X11/Xlibint.h>
#include <X11/extensions/Xcup.h>
#include <X11/extensions/cupproto.h>
diff --git a/src/Xdbe.c b/src/Xdbe.c
index 7b5244d..7fd0e66 100644
--- a/src/Xdbe.c
+++ b/src/Xdbe.c
@@ -32,8 +32,6 @@
*****************************************************************************/
/* $XFree86: xc/lib/Xext/Xdbe.c,v 3.7 2002/10/16 02:19:22 dawes Exp $ */
-#define NEED_EVENTS
-#define NEED_REPLIES
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/Xge.c b/src/Xge.c
index 7a583e5..0655e00 100644
--- a/src/Xge.c
+++ b/src/Xge.c
@@ -32,9 +32,6 @@
#include <config.h>
#endif
-#define NEED_EVENTS
-#define NEED_REPLIES
-
#include <stdio.h>
#include <X11/extensions/geproto.h>
#include <X11/extensions/ge.h>