summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-05-06 12:35:52 -0700
committerJamey Sharp <jamey@minilop.net>2010-05-13 17:14:07 -0700
commita3d948ddbb54b9e831e67f22d5031922a3c44107 (patch)
tree5f6c5c1bd5a42a4e0415d2830d6f9104a2e5c8ea /Xext
parent653e4878c4cc03613172a93ad4800e1eacc98f17 (diff)
clientErrorValue is never used outside dix. Stop importing it.
Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Xext')
-rw-r--r--Xext/panoramiXprocs.c7
-rw-r--r--Xext/xvmain.c2
2 files changed, 0 insertions, 9 deletions
diff --git a/Xext/panoramiXprocs.c b/Xext/panoramiXprocs.c
index 75f758da5..47362df4d 100644
--- a/Xext/panoramiXprocs.c
+++ b/Xext/panoramiXprocs.c
@@ -52,13 +52,6 @@ Equipment Corporation.
#define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \
CWDontPropagate | CWOverrideRedirect | CWCursor )
-/* Various of the DIX function interfaces were not designed to allow
- * the client->errorValue to be set on BadValue and other errors.
- * Rather than changing interfaces and breaking untold code we introduce
- * a new global that dispatch can use.
- */
-extern XID clientErrorValue; /* XXX this is a kludge */
-
int PanoramiXCreateWindow(ClientPtr client)
{
PanoramiXRes *parent, *newWin;
diff --git a/Xext/xvmain.c b/Xext/xvmain.c
index 13cd600a1..72678f766 100644
--- a/Xext/xvmain.c
+++ b/Xext/xvmain.c
@@ -126,8 +126,6 @@ unsigned long XvRTPortNotify;
/* EXTERNAL */
-extern XID clientErrorValue;
-
static void WriteSwappedVideoNotifyEvent(xvEvent *, xvEvent *);
static void WriteSwappedPortNotifyEvent(xvEvent *, xvEvent *);
static Bool CreateResourceTypes(void);