clientErrorValue is never used outside dix. Stop importing it.

Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Jamey Sharp 2010-05-06 12:35:52 -07:00
parent 653e4878c4
commit a3d948ddbb
3 changed files with 0 additions and 11 deletions

View File

@ -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;

View File

@ -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);

View File

@ -46,8 +46,6 @@
#include <windowstr.h>
#include <dixfontstr.h>
extern XID clientErrorValue; /* imported kludge from dix layer */
/*
** Make a single GL bitmap from a single X glyph
*/