[PATCH 2/2] EXTENSION_PROC_ARGS isn't used anymore, remove it

Tomas Carnecky tom at dbservice.com
Thu Feb 26 07:30:32 PST 2009


Apparently it was used in the ExtensionLookupProc typedef, but
that code was removed somewhere in the xserver 1.2/1.3 window.

Signed-off-by: Tomas Carnecky <tom at dbservice.com>
---
 hw/dmx/dmx.c                   |    1 -
 hw/dmx/input/dmxeq.c           |    1 -
 hw/dmx/input/dmxinputinit.c    |    1 -
 hw/xfree86/common/xf86Xinput.c |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c
index 10d9e22..56e5bb6 100644
--- a/hw/dmx/dmx.c
+++ b/hw/dmx/dmx.c
@@ -51,7 +51,6 @@
 #include "misc.h"
 #include "os.h"
 #include "dixstruct.h"
-#define EXTENSION_PROC_ARGS void *
 #include "extnsionst.h"
 #include "opaque.h"
 
diff --git a/hw/dmx/input/dmxeq.c b/hw/dmx/input/dmxeq.c
index 86ba960..33e8771 100644
--- a/hw/dmx/input/dmxeq.c
+++ b/hw/dmx/input/dmxeq.c
@@ -80,7 +80,6 @@
 #include "scrnintstr.h"         /* For screenInfo */
 
 #include <X11/extensions/XIproto.h>
-#define EXTENSION_PROC_ARGS void *
 
 #if DMX_EQ_DEBUG
 #define DMXDBG2(f,a,b)           dmxLog(dmxDebug,f,a,b)
diff --git a/hw/dmx/input/dmxinputinit.c b/hw/dmx/input/dmxinputinit.c
index 9a14044..29895c7 100644
--- a/hw/dmx/input/dmxinputinit.c
+++ b/hw/dmx/input/dmxinputinit.c
@@ -76,7 +76,6 @@
 #include <X11/extensions/XI.h>
 #include <X11/extensions/XIproto.h>
 #include "exevents.h"
-#define EXTENSION_PROC_ARGS void *
 #include "extinit.h"
 
 /* From XI.h */
diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c
index df1ecb9..dcec423 100644
--- a/hw/xfree86/common/xf86Xinput.c
+++ b/hw/xfree86/common/xf86Xinput.c
@@ -74,7 +74,6 @@
 #include "exevents.h"	/* AddInputDevice */
 #include "exglobals.h"
 
-#define EXTENSION_PROC_ARGS void *
 #include "extnsionst.h"
 
 #include "windowstr.h"	/* screenIsSaved */
-- 
1.6.1.3




More information about the xorg-devel mailing list