diff options
Diffstat (limited to 'Xi/queryst.c')
-rw-r--r-- | Xi/queryst.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/Xi/queryst.c b/Xi/queryst.c index 34bfa9031..ca386f5dc 100644 --- a/Xi/queryst.c +++ b/Xi/queryst.c @@ -32,14 +32,13 @@ from The Open Group. * */ -#ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> -#endif #include <X11/extensions/XI.h> #include <X11/extensions/XIproto.h> #include "dix/exevents_priv.h" +#include "dix/input_priv.h" #include "inputstr.h" /* DeviceIntPtr */ #include "windowstr.h" /* window structure */ @@ -50,20 +49,6 @@ from The Open Group. /*********************************************************************** * - * This procedure allows a client to query the state of a device. - * - */ - -int _X_COLD -SProcXQueryDeviceState(ClientPtr client) -{ - REQUEST(xQueryDeviceStateReq); - swaps(&stuff->length); - return (ProcXQueryDeviceState(client)); -} - -/*********************************************************************** - * * This procedure allows frozen events to be routed. * */ |