summaryrefslogtreecommitdiff
path: root/Xi/extinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/extinit.c')
-rw-r--r--Xi/extinit.c737
1 files changed, 361 insertions, 376 deletions
diff --git a/Xi/extinit.c b/Xi/extinit.c
index dceb6192c..c8d4db1fc 100644
--- a/Xi/extinit.c
+++ b/Xi/extinit.c
@@ -1,5 +1,3 @@
-/* $Xorg: extinit.c,v 1.4 2001/02/09 02:04:34 xorgcvs Exp $ */
-
/************************************************************
Copyright 1989, 1998 The Open Group
@@ -45,7 +43,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
********************************************************/
-/* $XFree86: xc/programs/Xserver/Xi/extinit.c,v 3.6 2001/12/14 19:58:55 dawes Exp $ */
/********************************************************************
*
@@ -64,8 +61,8 @@ SOFTWARE.
#include <X11/X.h>
#include <X11/Xproto.h>
#include "inputstr.h"
-#include "gcstruct.h" /* pointer for extnsionst.h*/
-#include "extnsionst.h" /* extension entry */
+#include "gcstruct.h" /* pointer for extnsionst.h */
+#include "extnsionst.h" /* extension entry */
#include <X11/extensions/XI.h>
#include <X11/extensions/XIproto.h>
@@ -114,35 +111,36 @@ SOFTWARE.
#include "ungrdevb.h"
#include "ungrdevk.h"
-static Mask lastExtEventMask = 1;
-int ExtEventIndex;
-Mask ExtValidMasks[EMASKSIZE];
-Mask ExtExclusiveMasks[EMASKSIZE];
-
-struct dev_type
- {
- Atom type;
- char *name;
- }dev_type [] = {{0,XI_KEYBOARD},
- {0,XI_MOUSE},
- {0,XI_TABLET},
- {0,XI_TOUCHSCREEN},
- {0,XI_TOUCHPAD},
- {0,XI_BARCODE},
- {0,XI_BUTTONBOX},
- {0,XI_KNOB_BOX},
- {0,XI_ONE_KNOB},
- {0,XI_NINE_KNOB},
- {0,XI_TRACKBALL},
- {0,XI_QUADRATURE},
- {0,XI_ID_MODULE},
- {0,XI_SPACEBALL},
- {0,XI_DATAGLOVE},
- {0,XI_EYETRACKER},
- {0,XI_CURSORKEYS},
- {0,XI_FOOTMOUSE}};
-
-CARD8 event_base [numInputClasses];
+static Mask lastExtEventMask = 1;
+int ExtEventIndex;
+Mask ExtValidMasks[EMASKSIZE];
+Mask ExtExclusiveMasks[EMASKSIZE];
+
+struct dev_type
+{
+ Atom type;
+ char *name;
+} dev_type[] = { {
+0, XI_KEYBOARD}, {
+0, XI_MOUSE}, {
+0, XI_TABLET}, {
+0, XI_TOUCHSCREEN}, {
+0, XI_TOUCHPAD}, {
+0, XI_BARCODE}, {
+0, XI_BUTTONBOX}, {
+0, XI_KNOB_BOX}, {
+0, XI_ONE_KNOB}, {
+0, XI_NINE_KNOB}, {
+0, XI_TRACKBALL}, {
+0, XI_QUADRATURE}, {
+0, XI_ID_MODULE}, {
+0, XI_SPACEBALL}, {
+0, XI_DATAGLOVE}, {
+0, XI_EYETRACKER}, {
+0, XI_CURSORKEYS}, {
+0, XI_FOOTMOUSE}};
+
+CARD8 event_base[numInputClasses];
XExtEventInfo EventInfo[32];
/*****************************************************************
@@ -151,40 +149,40 @@ XExtEventInfo EventInfo[32];
*
*/
-int IReqCode = 0;
-int BadDevice = 0;
-int BadEvent = 1;
-int BadMode = 2;
-int DeviceBusy = 3;
-int BadClass = 4;
-
-Mask DevicePointerMotionMask;
-Mask DevicePointerMotionHintMask;
-Mask DeviceFocusChangeMask;
-Mask DeviceStateNotifyMask;
-Mask ChangeDeviceNotifyMask;
-Mask DeviceMappingNotifyMask;
-Mask DeviceOwnerGrabButtonMask;
-Mask DeviceButtonGrabMask;
-Mask DeviceButtonMotionMask;
-
-int DeviceValuator;
-int DeviceKeyPress;
-int DeviceKeyRelease;
-int DeviceButtonPress;
-int DeviceButtonRelease;
-int DeviceMotionNotify;
-int DeviceFocusIn;
-int DeviceFocusOut;
-int ProximityIn;
-int ProximityOut;
-int DeviceStateNotify;
-int DeviceKeyStateNotify;
-int DeviceButtonStateNotify;
-int DeviceMappingNotify;
-int ChangeDeviceNotify;
-
-int RT_INPUTCLIENT;
+int IReqCode = 0;
+int BadDevice = 0;
+int BadEvent = 1;
+int BadMode = 2;
+int DeviceBusy = 3;
+int BadClass = 4;
+
+Mask DevicePointerMotionMask;
+Mask DevicePointerMotionHintMask;
+Mask DeviceFocusChangeMask;
+Mask DeviceStateNotifyMask;
+Mask ChangeDeviceNotifyMask;
+Mask DeviceMappingNotifyMask;
+Mask DeviceOwnerGrabButtonMask;
+Mask DeviceButtonGrabMask;
+Mask DeviceButtonMotionMask;
+
+int DeviceValuator;
+int DeviceKeyPress;
+int DeviceKeyRelease;
+int DeviceButtonPress;
+int DeviceButtonRelease;
+int DeviceMotionNotify;
+int DeviceFocusIn;
+int DeviceFocusOut;
+int ProximityIn;
+int ProximityOut;
+int DeviceStateNotify;
+int DeviceKeyStateNotify;
+int DeviceButtonStateNotify;
+int DeviceMappingNotify;
+int ChangeDeviceNotify;
+
+int RT_INPUTCLIENT;
/*****************************************************************
*
@@ -192,9 +190,9 @@ int RT_INPUTCLIENT;
*
*/
-extern XExtensionVersion AllExtensionVersions[];
+extern XExtensionVersion AllExtensionVersions[];
-Mask PropagateMask[MAX_DEVICES];
+Mask PropagateMask[MAX_DEVICES];
/*****************************************************************
*
@@ -202,10 +200,10 @@ Mask PropagateMask[MAX_DEVICES];
*
*/
-static XExtensionVersion thisversion =
- {XI_Present,
- XI_Add_XChangeDeviceControl_Major,
- XI_Add_XChangeDeviceControl_Minor};
+static XExtensionVersion thisversion = { XI_Present,
+ XI_Add_XChangeDeviceControl_Major,
+ XI_Add_XChangeDeviceControl_Minor
+};
/**********************************************************************
*
@@ -224,15 +222,14 @@ XInputExtensionInit(void)
ExtensionEntry *extEntry;
extEntry = AddExtension(INAME, IEVENTS, IERRORS, ProcIDispatch,
- SProcIDispatch, IResetProc, StandardMinorOpcode);
- if (extEntry)
- {
+ SProcIDispatch, IResetProc, StandardMinorOpcode);
+ if (extEntry) {
IReqCode = extEntry->base;
- AllExtensionVersions[IReqCode-128] = thisversion;
- MakeDeviceTypeAtoms ();
- RT_INPUTCLIENT = CreateNewResourceType((DeleteType)InputClientGone);
- FixExtensionEvents (extEntry);
- ReplySwapVector[IReqCode] = (ReplySwapPtr)SReplyIDispatch;
+ AllExtensionVersions[IReqCode - 128] = thisversion;
+ MakeDeviceTypeAtoms();
+ RT_INPUTCLIENT = CreateNewResourceType((DeleteType) InputClientGone);
+ FixExtensionEvents(extEntry);
+ ReplySwapVector[IReqCode] = (ReplySwapPtr) SReplyIDispatch;
EventSwapVector[DeviceValuator] = SEventIDispatch;
EventSwapVector[DeviceKeyPress] = SEventIDispatch;
EventSwapVector[DeviceKeyRelease] = SEventIDispatch;
@@ -248,12 +245,10 @@ XInputExtensionInit(void)
EventSwapVector[DeviceButtonStateNotify] = SEventIDispatch;
EventSwapVector[DeviceMappingNotify] = SEventIDispatch;
EventSwapVector[ChangeDeviceNotify] = SEventIDispatch;
- }
- else
- {
+ } else {
FatalError("IExtensionInit: AddExtensions failed\n");
- }
}
+}
/*************************************************************************
*
@@ -263,85 +258,84 @@ XInputExtensionInit(void)
*/
int
-ProcIDispatch (register ClientPtr client)
+ProcIDispatch(register ClientPtr client)
{
REQUEST(xReq);
if (stuff->data == X_GetExtensionVersion)
- return(ProcXGetExtensionVersion(client));
+ return (ProcXGetExtensionVersion(client));
if (stuff->data == X_ListInputDevices)
- return(ProcXListInputDevices(client));
+ return (ProcXListInputDevices(client));
else if (stuff->data == X_OpenDevice)
- return(ProcXOpenDevice(client));
+ return (ProcXOpenDevice(client));
else if (stuff->data == X_CloseDevice)
- return(ProcXCloseDevice(client));
+ return (ProcXCloseDevice(client));
else if (stuff->data == X_SetDeviceMode)
- return(ProcXSetDeviceMode(client));
+ return (ProcXSetDeviceMode(client));
else if (stuff->data == X_SelectExtensionEvent)
- return(ProcXSelectExtensionEvent(client));
+ return (ProcXSelectExtensionEvent(client));
else if (stuff->data == X_GetSelectedExtensionEvents)
- return(ProcXGetSelectedExtensionEvents(client));
+ return (ProcXGetSelectedExtensionEvents(client));
else if (stuff->data == X_ChangeDeviceDontPropagateList)
- return(ProcXChangeDeviceDontPropagateList(client));
+ return (ProcXChangeDeviceDontPropagateList(client));
else if (stuff->data == X_GetDeviceDontPropagateList)
- return(ProcXGetDeviceDontPropagateList(client));
+ return (ProcXGetDeviceDontPropagateList(client));
else if (stuff->data == X_GetDeviceMotionEvents)
- return(ProcXGetDeviceMotionEvents(client));
+ return (ProcXGetDeviceMotionEvents(client));
else if (stuff->data == X_ChangeKeyboardDevice)
- return(ProcXChangeKeyboardDevice(client));
+ return (ProcXChangeKeyboardDevice(client));
else if (stuff->data == X_ChangePointerDevice)
- return(ProcXChangePointerDevice(client));
+ return (ProcXChangePointerDevice(client));
else if (stuff->data == X_GrabDevice)
- return(ProcXGrabDevice(client));
+ return (ProcXGrabDevice(client));
else if (stuff->data == X_UngrabDevice)
- return(ProcXUngrabDevice(client));
+ return (ProcXUngrabDevice(client));
else if (stuff->data == X_GrabDeviceKey)
- return(ProcXGrabDeviceKey(client));
+ return (ProcXGrabDeviceKey(client));
else if (stuff->data == X_UngrabDeviceKey)
- return(ProcXUngrabDeviceKey(client));
+ return (ProcXUngrabDeviceKey(client));
else if (stuff->data == X_GrabDeviceButton)
- return(ProcXGrabDeviceButton(client));
+ return (ProcXGrabDeviceButton(client));
else if (stuff->data == X_UngrabDeviceButton)
- return(ProcXUngrabDeviceButton(client));
+ return (ProcXUngrabDeviceButton(client));
else if (stuff->data == X_AllowDeviceEvents)
- return(ProcXAllowDeviceEvents(client));
+ return (ProcXAllowDeviceEvents(client));
else if (stuff->data == X_GetDeviceFocus)
- return(ProcXGetDeviceFocus(client));
+ return (ProcXGetDeviceFocus(client));
else if (stuff->data == X_SetDeviceFocus)
- return(ProcXSetDeviceFocus(client));
+ return (ProcXSetDeviceFocus(client));
else if (stuff->data == X_GetFeedbackControl)
- return(ProcXGetFeedbackControl(client));
+ return (ProcXGetFeedbackControl(client));
else if (stuff->data == X_ChangeFeedbackControl)
- return(ProcXChangeFeedbackControl(client));
+ return (ProcXChangeFeedbackControl(client));
else if (stuff->data == X_GetDeviceKeyMapping)
- return(ProcXGetDeviceKeyMapping(client));
+ return (ProcXGetDeviceKeyMapping(client));
else if (stuff->data == X_ChangeDeviceKeyMapping)
- return(ProcXChangeDeviceKeyMapping(client));
+ return (ProcXChangeDeviceKeyMapping(client));
else if (stuff->data == X_GetDeviceModifierMapping)
- return(ProcXGetDeviceModifierMapping(client));
+ return (ProcXGetDeviceModifierMapping(client));
else if (stuff->data == X_SetDeviceModifierMapping)
- return(ProcXSetDeviceModifierMapping(client));
+ return (ProcXSetDeviceModifierMapping(client));
else if (stuff->data == X_GetDeviceButtonMapping)
- return(ProcXGetDeviceButtonMapping(client));
+ return (ProcXGetDeviceButtonMapping(client));
else if (stuff->data == X_SetDeviceButtonMapping)
- return(ProcXSetDeviceButtonMapping(client));
+ return (ProcXSetDeviceButtonMapping(client));
else if (stuff->data == X_QueryDeviceState)
- return(ProcXQueryDeviceState(client));
+ return (ProcXQueryDeviceState(client));
else if (stuff->data == X_SendExtensionEvent)
- return(ProcXSendExtensionEvent(client));
+ return (ProcXSendExtensionEvent(client));
else if (stuff->data == X_DeviceBell)
- return(ProcXDeviceBell(client));
+ return (ProcXDeviceBell(client));
else if (stuff->data == X_SetDeviceValuators)
- return(ProcXSetDeviceValuators(client));
+ return (ProcXSetDeviceValuators(client));
else if (stuff->data == X_GetDeviceControl)
- return(ProcXGetDeviceControl(client));
+ return (ProcXGetDeviceControl(client));
else if (stuff->data == X_ChangeDeviceControl)
- return(ProcXChangeDeviceControl(client));
- else
- {
+ return (ProcXChangeDeviceControl(client));
+ else {
SendErrorToClient(client, IReqCode, stuff->data, 0, BadRequest);
- }
- return(BadRequest);
}
+ return (BadRequest);
+}
/*******************************************************************************
*
@@ -357,81 +351,80 @@ SProcIDispatch(register ClientPtr client)
{
REQUEST(xReq);
if (stuff->data == X_GetExtensionVersion)
- return(SProcXGetExtensionVersion(client));
+ return (SProcXGetExtensionVersion(client));
if (stuff->data == X_ListInputDevices)
- return(SProcXListInputDevices(client));
+ return (SProcXListInputDevices(client));
else if (stuff->data == X_OpenDevice)
- return(SProcXOpenDevice(client));
+ return (SProcXOpenDevice(client));
else if (stuff->data == X_CloseDevice)
- return(SProcXCloseDevice(client));
+ return (SProcXCloseDevice(client));
else if (stuff->data == X_SetDeviceMode)
- return(SProcXSetDeviceMode(client));
+ return (SProcXSetDeviceMode(client));
else if (stuff->data == X_SelectExtensionEvent)
- return(SProcXSelectExtensionEvent(client));
+ return (SProcXSelectExtensionEvent(client));
else if (stuff->data == X_GetSelectedExtensionEvents)
- return(SProcXGetSelectedExtensionEvents(client));
+ return (SProcXGetSelectedExtensionEvents(client));
else if (stuff->data == X_ChangeDeviceDontPropagateList)
- return(SProcXChangeDeviceDontPropagateList(client));
+ return (SProcXChangeDeviceDontPropagateList(client));
else if (stuff->data == X_GetDeviceDontPropagateList)
- return(SProcXGetDeviceDontPropagateList(client));
+ return (SProcXGetDeviceDontPropagateList(client));
else if (stuff->data == X_GetDeviceMotionEvents)
- return(SProcXGetDeviceMotionEvents(client));
+ return (SProcXGetDeviceMotionEvents(client));
else if (stuff->data == X_ChangeKeyboardDevice)
- return(SProcXChangeKeyboardDevice(client));
+ return (SProcXChangeKeyboardDevice(client));
else if (stuff->data == X_ChangePointerDevice)
- return(SProcXChangePointerDevice(client));
+ return (SProcXChangePointerDevice(client));
else if (stuff->data == X_GrabDevice)
- return(SProcXGrabDevice(client));
+ return (SProcXGrabDevice(client));
else if (stuff->data == X_UngrabDevice)
- return(SProcXUngrabDevice(client));
+ return (SProcXUngrabDevice(client));
else if (stuff->data == X_GrabDeviceKey)
- return(SProcXGrabDeviceKey(client));
+ return (SProcXGrabDeviceKey(client));
else if (stuff->data == X_UngrabDeviceKey)
- return(SProcXUngrabDeviceKey(client));
+ return (SProcXUngrabDeviceKey(client));
else if (stuff->data == X_GrabDeviceButton)
- return(SProcXGrabDeviceButton(client));
+ return (SProcXGrabDeviceButton(client));
else if (stuff->data == X_UngrabDeviceButton)
- return(SProcXUngrabDeviceButton(client));
+ return (SProcXUngrabDeviceButton(client));
else if (stuff->data == X_AllowDeviceEvents)
- return(SProcXAllowDeviceEvents(client));
+ return (SProcXAllowDeviceEvents(client));
else if (stuff->data == X_GetDeviceFocus)
- return(SProcXGetDeviceFocus(client));
+ return (SProcXGetDeviceFocus(client));
else if (stuff->data == X_SetDeviceFocus)
- return(SProcXSetDeviceFocus(client));
+ return (SProcXSetDeviceFocus(client));
else if (stuff->data == X_GetFeedbackControl)
- return(SProcXGetFeedbackControl(client));
+ return (SProcXGetFeedbackControl(client));
else if (stuff->data == X_ChangeFeedbackControl)
- return(SProcXChangeFeedbackControl(client));
+ return (SProcXChangeFeedbackControl(client));
else if (stuff->data == X_GetDeviceKeyMapping)
- return(SProcXGetDeviceKeyMapping(client));
+ return (SProcXGetDeviceKeyMapping(client));
else if (stuff->data == X_ChangeDeviceKeyMapping)
- return(SProcXChangeDeviceKeyMapping(client));
+ return (SProcXChangeDeviceKeyMapping(client));
else if (stuff->data == X_GetDeviceModifierMapping)
- return(SProcXGetDeviceModifierMapping(client));
+ return (SProcXGetDeviceModifierMapping(client));
else if (stuff->data == X_SetDeviceModifierMapping)
- return(SProcXSetDeviceModifierMapping(client));
+ return (SProcXSetDeviceModifierMapping(client));
else if (stuff->data == X_GetDeviceButtonMapping)
- return(SProcXGetDeviceButtonMapping(client));
+ return (SProcXGetDeviceButtonMapping(client));
else if (stuff->data == X_SetDeviceButtonMapping)
- return(SProcXSetDeviceButtonMapping(client));
+ return (SProcXSetDeviceButtonMapping(client));
else if (stuff->data == X_QueryDeviceState)
- return(SProcXQueryDeviceState(client));
+ return (SProcXQueryDeviceState(client));
else if (stuff->data == X_SendExtensionEvent)
- return(SProcXSendExtensionEvent(client));
+ return (SProcXSendExtensionEvent(client));
else if (stuff->data == X_DeviceBell)
- return(SProcXDeviceBell(client));
+ return (SProcXDeviceBell(client));
else if (stuff->data == X_SetDeviceValuators)
- return(SProcXSetDeviceValuators(client));
+ return (SProcXSetDeviceValuators(client));
else if (stuff->data == X_GetDeviceControl)
- return(SProcXGetDeviceControl(client));
+ return (SProcXGetDeviceControl(client));
else if (stuff->data == X_ChangeDeviceControl)
- return(SProcXChangeDeviceControl(client));
- else
- {
+ return (SProcXChangeDeviceControl(client));
+ else {
SendErrorToClient(client, IReqCode, stuff->data, 0, BadRequest);
- }
- return(BadRequest);
}
+ return (BadRequest);
+}
/**********************************************************************
*
@@ -446,58 +439,70 @@ SProcIDispatch(register ClientPtr client)
SRepX##code (client, len, (x##code##Reply *) rep)
void
-SReplyIDispatch (ClientPtr client, int len, xGrabDeviceReply *rep)
-
-
- /* All we look at is the type field */
-{ /* This is common to all replies */
+SReplyIDispatch(ClientPtr client, int len, xGrabDeviceReply * rep)
+
+ /* All we look at is the type field */
+{ /* This is common to all replies */
if (rep->RepType == X_GetExtensionVersion)
- SRepXGetExtensionVersion (client, len, (xGetExtensionVersionReply *)rep);
+ SRepXGetExtensionVersion(client, len,
+ (xGetExtensionVersionReply *) rep);
else if (rep->RepType == X_ListInputDevices)
- SRepXListInputDevices (client, len, (xListInputDevicesReply *)rep);
+ SRepXListInputDevices(client, len, (xListInputDevicesReply *) rep);
else if (rep->RepType == X_OpenDevice)
- SRepXOpenDevice (client, len, (xOpenDeviceReply *)rep);
+ SRepXOpenDevice(client, len, (xOpenDeviceReply *) rep);
else if (rep->RepType == X_SetDeviceMode)
- SRepXSetDeviceMode (client, len, (xSetDeviceModeReply *) rep);
+ SRepXSetDeviceMode(client, len, (xSetDeviceModeReply *) rep);
else if (rep->RepType == X_GetSelectedExtensionEvents)
- SRepXGetSelectedExtensionEvents (client, len, (xGetSelectedExtensionEventsReply *) rep);
+ SRepXGetSelectedExtensionEvents(client, len,
+ (xGetSelectedExtensionEventsReply *)
+ rep);
else if (rep->RepType == X_GetDeviceDontPropagateList)
- SRepXGetDeviceDontPropagateList (client, len, (xGetDeviceDontPropagateListReply *)rep);
+ SRepXGetDeviceDontPropagateList(client, len,
+ (xGetDeviceDontPropagateListReply *)
+ rep);
else if (rep->RepType == X_GetDeviceMotionEvents)
- SRepXGetDeviceMotionEvents (client, len, (xGetDeviceMotionEventsReply *) rep);
+ SRepXGetDeviceMotionEvents(client, len,
+ (xGetDeviceMotionEventsReply *) rep);
else if (rep->RepType == X_ChangeKeyboardDevice)
- SRepXChangeKeyboardDevice (client, len, (xChangeKeyboardDeviceReply *) rep);
+ SRepXChangeKeyboardDevice(client, len,
+ (xChangeKeyboardDeviceReply *) rep);
else if (rep->RepType == X_ChangePointerDevice)
- SRepXChangePointerDevice (client, len, (xChangePointerDeviceReply *)rep);
+ SRepXChangePointerDevice(client, len,
+ (xChangePointerDeviceReply *) rep);
else if (rep->RepType == X_GrabDevice)
- SRepXGrabDevice (client, len, (xGrabDeviceReply *)rep);
+ SRepXGrabDevice(client, len, (xGrabDeviceReply *) rep);
else if (rep->RepType == X_GetDeviceFocus)
- SRepXGetDeviceFocus (client, len, (xGetDeviceFocusReply *)rep);
+ SRepXGetDeviceFocus(client, len, (xGetDeviceFocusReply *) rep);
else if (rep->RepType == X_GetFeedbackControl)
- SRepXGetFeedbackControl (client, len, (xGetFeedbackControlReply *)rep);
+ SRepXGetFeedbackControl(client, len, (xGetFeedbackControlReply *) rep);
else if (rep->RepType == X_GetDeviceKeyMapping)
- SRepXGetDeviceKeyMapping (client, len, (xGetDeviceKeyMappingReply *)rep);
+ SRepXGetDeviceKeyMapping(client, len,
+ (xGetDeviceKeyMappingReply *) rep);
else if (rep->RepType == X_GetDeviceModifierMapping)
- SRepXGetDeviceModifierMapping (client, len, (xGetDeviceModifierMappingReply *)rep);
+ SRepXGetDeviceModifierMapping(client, len,
+ (xGetDeviceModifierMappingReply *) rep);
else if (rep->RepType == X_SetDeviceModifierMapping)
- SRepXSetDeviceModifierMapping (client, len, (xSetDeviceModifierMappingReply *)rep);
+ SRepXSetDeviceModifierMapping(client, len,
+ (xSetDeviceModifierMappingReply *) rep);
else if (rep->RepType == X_GetDeviceButtonMapping)
- SRepXGetDeviceButtonMapping (client, len, (xGetDeviceButtonMappingReply *)rep);
+ SRepXGetDeviceButtonMapping(client, len,
+ (xGetDeviceButtonMappingReply *) rep);
else if (rep->RepType == X_SetDeviceButtonMapping)
- SRepXSetDeviceButtonMapping (client, len, (xSetDeviceButtonMappingReply *)rep);
+ SRepXSetDeviceButtonMapping(client, len,
+ (xSetDeviceButtonMappingReply *) rep);
else if (rep->RepType == X_QueryDeviceState)
- SRepXQueryDeviceState (client, len, (xQueryDeviceStateReply *)rep);
+ SRepXQueryDeviceState(client, len, (xQueryDeviceStateReply *) rep);
else if (rep->RepType == X_SetDeviceValuators)
- SRepXSetDeviceValuators (client, len, (xSetDeviceValuatorsReply *)rep);
+ SRepXSetDeviceValuators(client, len, (xSetDeviceValuatorsReply *) rep);
else if (rep->RepType == X_GetDeviceControl)
- SRepXGetDeviceControl (client, len, (xGetDeviceControlReply *)rep);
+ SRepXGetDeviceControl(client, len, (xGetDeviceControlReply *) rep);
else if (rep->RepType == X_ChangeDeviceControl)
- SRepXChangeDeviceControl (client, len, (xChangeDeviceControlReply *)rep);
- else
- {
- FatalError("XINPUT confused sending swapped reply");
- }
+ SRepXChangeDeviceControl(client, len,
+ (xChangeDeviceControlReply *) rep);
+ else {
+ FatalError("XINPUT confused sending swapped reply");
}
+}
/*****************************************************************************
*
@@ -508,66 +513,51 @@ SReplyIDispatch (ClientPtr client, int len, xGrabDeviceReply *rep)
#define DO_SWAP(func,type) func ((type *)from, (type *)to)
void
-SEventIDispatch (xEvent *from, xEvent *to)
+SEventIDispatch(xEvent * from, xEvent * to)
{
- int type = from->u.u.type & 0177;
+ int type = from->u.u.type & 0177;
if (type == DeviceValuator)
DO_SWAP(SEventDeviceValuator, deviceValuator);
- else if (type == DeviceKeyPress)
- {
- SKeyButtonPtrEvent (from, to);
+ else if (type == DeviceKeyPress) {
+ SKeyButtonPtrEvent(from, to);
to->u.keyButtonPointer.pad1 = from->u.keyButtonPointer.pad1;
- }
- else if (type == DeviceKeyRelease)
- {
- SKeyButtonPtrEvent (from, to);
+ } else if (type == DeviceKeyRelease) {
+ SKeyButtonPtrEvent(from, to);
to->u.keyButtonPointer.pad1 = from->u.keyButtonPointer.pad1;
- }
- else if (type == DeviceButtonPress)
- {
- SKeyButtonPtrEvent (from, to);
+ } else if (type == DeviceButtonPress) {
+ SKeyButtonPtrEvent(from, to);
to->u.keyButtonPointer.pad1 = from->u.keyButtonPointer.pad1;
- }
- else if (type == DeviceButtonRelease)
- {
- SKeyButtonPtrEvent (from, to);
+ } else if (type == DeviceButtonRelease) {
+ SKeyButtonPtrEvent(from, to);
to->u.keyButtonPointer.pad1 = from->u.keyButtonPointer.pad1;
- }
- else if (type == DeviceMotionNotify)
- {
- SKeyButtonPtrEvent (from, to);
+ } else if (type == DeviceMotionNotify) {
+ SKeyButtonPtrEvent(from, to);
to->u.keyButtonPointer.pad1 = from->u.keyButtonPointer.pad1;
- }
- else if (type == DeviceFocusIn)
- DO_SWAP(SEventFocus, deviceFocus);
+ } else if (type == DeviceFocusIn)
+ DO_SWAP(SEventFocus, deviceFocus);
else if (type == DeviceFocusOut)
- DO_SWAP(SEventFocus, deviceFocus);
- else if (type == ProximityIn)
- {
- SKeyButtonPtrEvent (from, to);
+ DO_SWAP(SEventFocus, deviceFocus);
+ else if (type == ProximityIn) {
+ SKeyButtonPtrEvent(from, to);
to->u.keyButtonPointer.pad1 = from->u.keyButtonPointer.pad1;
- }
- else if (type == ProximityOut)
- {
- SKeyButtonPtrEvent (from, to);
+ } else if (type == ProximityOut) {
+ SKeyButtonPtrEvent(from, to);
to->u.keyButtonPointer.pad1 = from->u.keyButtonPointer.pad1;
- }
- else if (type == DeviceStateNotify)
- DO_SWAP(SDeviceStateNotifyEvent, deviceStateNotify);
+ } else if (type == DeviceStateNotify)
+ DO_SWAP(SDeviceStateNotifyEvent, deviceStateNotify);
else if (type == DeviceKeyStateNotify)
- DO_SWAP(SDeviceKeyStateNotifyEvent, deviceKeyStateNotify);
+ DO_SWAP(SDeviceKeyStateNotifyEvent, deviceKeyStateNotify);
else if (type == DeviceButtonStateNotify)
- DO_SWAP(SDeviceButtonStateNotifyEvent, deviceButtonStateNotify);
+ DO_SWAP(SDeviceButtonStateNotifyEvent, deviceButtonStateNotify);
else if (type == DeviceMappingNotify)
- DO_SWAP(SDeviceMappingNotifyEvent, deviceMappingNotify);
+ DO_SWAP(SDeviceMappingNotifyEvent, deviceMappingNotify);
else if (type == ChangeDeviceNotify)
- DO_SWAP(SChangeDeviceNotifyEvent, changeDeviceNotify);
- else
- {
+ DO_SWAP(SChangeDeviceNotifyEvent, changeDeviceNotify);
+ else {
FatalError("XInputExtension: Impossible event!\n");
- }
}
+}
/************************************************************************
*
@@ -576,87 +566,87 @@ SEventIDispatch (xEvent *from, xEvent *to)
*/
void
-SEventDeviceValuator (deviceValuator *from, deviceValuator *to)
+SEventDeviceValuator(deviceValuator * from, deviceValuator * to)
{
- register char n;
- register int i;
+ register char n;
+ register int i;
INT32 *ip B32;
*to = *from;
- swaps(&to->sequenceNumber,n);
- swaps(&to->device_state,n);
+ swaps(&to->sequenceNumber, n);
+ swaps(&to->device_state, n);
ip = &to->valuator0;
- for (i=0; i<6; i++)
- {
- swapl((ip+i),n); /* macro - braces are required */
- }
+ for (i = 0; i < 6; i++) {
+ swapl((ip + i), n); /* macro - braces are required */
}
+}
void
-SEventFocus (deviceFocus *from, deviceFocus *to)
+SEventFocus(deviceFocus * from, deviceFocus * to)
{
- register char n;
+ register char n;
*to = *from;
- swaps(&to->sequenceNumber,n);
+ swaps(&to->sequenceNumber, n);
swapl(&to->time, n);
swapl(&to->window, n);
- }
+}
void
-SDeviceStateNotifyEvent (deviceStateNotify *from, deviceStateNotify *to)
+SDeviceStateNotifyEvent(deviceStateNotify * from, deviceStateNotify * to)
{
- register int i;
- register char n;
+ register int i;
+ register char n;
INT32 *ip B32;
*to = *from;
- swaps(&to->sequenceNumber,n);
+ swaps(&to->sequenceNumber, n);
swapl(&to->time, n);
ip = &to->valuator0;
- for (i=0; i<3; i++)
- {
- swapl((ip+i),n); /* macro - braces are required */
- }
+ for (i = 0; i < 3; i++) {
+ swapl((ip + i), n); /* macro - braces are required */
}
+}
void
-SDeviceKeyStateNotifyEvent (deviceKeyStateNotify *from, deviceKeyStateNotify *to)
+SDeviceKeyStateNotifyEvent(deviceKeyStateNotify * from,
+ deviceKeyStateNotify * to)
{
- register char n;
+ register char n;
*to = *from;
- swaps(&to->sequenceNumber,n);
- }
+ swaps(&to->sequenceNumber, n);
+}
void
-SDeviceButtonStateNotifyEvent (deviceButtonStateNotify *from, deviceButtonStateNotify *to)
+SDeviceButtonStateNotifyEvent(deviceButtonStateNotify * from,
+ deviceButtonStateNotify * to)
{
- register char n;
+ register char n;
*to = *from;
- swaps(&to->sequenceNumber,n);
- }
+ swaps(&to->sequenceNumber, n);
+}
void
-SChangeDeviceNotifyEvent (changeDeviceNotify *from, changeDeviceNotify *to)
+SChangeDeviceNotifyEvent(changeDeviceNotify * from, changeDeviceNotify * to)
{
- register char n;
+ register char n;
*to = *from;
- swaps(&to->sequenceNumber,n);
+ swaps(&to->sequenceNumber, n);
swapl(&to->time, n);
- }
+}
void
-SDeviceMappingNotifyEvent (deviceMappingNotify *from, deviceMappingNotify *to)
+SDeviceMappingNotifyEvent(deviceMappingNotify * from, deviceMappingNotify * to)
{
- register char n;
+ register char n;
*to = *from;
- swaps(&to->sequenceNumber,n);
+ swaps(&to->sequenceNumber, n);
swapl(&to->time, n);
- }
+}
/************************************************************************
*
@@ -665,24 +655,24 @@ SDeviceMappingNotifyEvent (deviceMappingNotify *from, deviceMappingNotify *to)
*/
void
-FixExtensionEvents (ExtensionEntry *extEntry)
+FixExtensionEvents(ExtensionEntry * extEntry)
{
- Mask mask;
-
- DeviceValuator = extEntry->eventBase;
- DeviceKeyPress = DeviceValuator + 1;
- DeviceKeyRelease = DeviceKeyPress + 1;
- DeviceButtonPress = DeviceKeyRelease + 1;
- DeviceButtonRelease = DeviceButtonPress + 1;
- DeviceMotionNotify = DeviceButtonRelease + 1;
- DeviceFocusIn = DeviceMotionNotify + 1;
- DeviceFocusOut = DeviceFocusIn + 1;
- ProximityIn = DeviceFocusOut + 1;
- ProximityOut = ProximityIn + 1;
- DeviceStateNotify = ProximityOut + 1;
- DeviceMappingNotify = DeviceStateNotify + 1;
- ChangeDeviceNotify = DeviceMappingNotify + 1;
- DeviceKeyStateNotify = ChangeDeviceNotify + 1;
+ Mask mask;
+
+ DeviceValuator = extEntry->eventBase;
+ DeviceKeyPress = DeviceValuator + 1;
+ DeviceKeyRelease = DeviceKeyPress + 1;
+ DeviceButtonPress = DeviceKeyRelease + 1;
+ DeviceButtonRelease = DeviceButtonPress + 1;
+ DeviceMotionNotify = DeviceButtonRelease + 1;
+ DeviceFocusIn = DeviceMotionNotify + 1;
+ DeviceFocusOut = DeviceFocusIn + 1;
+ ProximityIn = DeviceFocusOut + 1;
+ ProximityOut = ProximityIn + 1;
+ DeviceStateNotify = ProximityOut + 1;
+ DeviceMappingNotify = DeviceStateNotify + 1;
+ ChangeDeviceNotify = DeviceMappingNotify + 1;
+ DeviceKeyStateNotify = ChangeDeviceNotify + 1;
DeviceButtonStateNotify = DeviceKeyStateNotify + 1;
event_base[KeyClass] = DeviceKeyPress;
@@ -698,66 +688,66 @@ FixExtensionEvents (ExtensionEntry *extEntry)
DeviceBusy += extEntry->errorBase;
BadClass += extEntry->errorBase;
- mask = GetNextExtEventMask ();
- SetMaskForExtEvent (mask, DeviceKeyPress);
- AllowPropagateSuppress (mask);
+ mask = GetNextExtEventMask();
+ SetMaskForExtEvent(mask, DeviceKeyPress);
+ AllowPropagateSuppress(mask);
- mask = GetNextExtEventMask ();
- SetMaskForExtEvent (mask, DeviceKeyRelease);
- AllowPropagateSuppress (mask);
+ mask = GetNextExtEventMask();
+ SetMaskForExtEvent(mask, DeviceKeyRelease);
+ AllowPropagateSuppress(mask);
- mask = GetNextExtEventMask ();
- SetMaskForExtEvent (mask, DeviceButtonPress);
- AllowPropagateSuppress (mask);
+ mask = GetNextExtEventMask();
+ SetMaskForExtEvent(mask, DeviceButtonPress);
+ AllowPropagateSuppress(mask);
- mask = GetNextExtEventMask ();
- SetMaskForExtEvent (mask, DeviceButtonRelease);
- AllowPropagateSuppress (mask);
+ mask = GetNextExtEventMask();
+ SetMaskForExtEvent(mask, DeviceButtonRelease);
+ AllowPropagateSuppress(mask);
- mask = GetNextExtEventMask ();
- SetMaskForExtEvent (mask, ProximityIn);
- SetMaskForExtEvent (mask, ProximityOut);
- AllowPropagateSuppress (mask);
+ mask = GetNextExtEventMask();
+ SetMaskForExtEvent(mask, ProximityIn);
+ SetMaskForExtEvent(mask, ProximityOut);
+ AllowPropagateSuppress(mask);
- mask = GetNextExtEventMask ();
+ mask = GetNextExtEventMask();
DeviceStateNotifyMask = mask;
- SetMaskForExtEvent (mask, DeviceStateNotify);
+ SetMaskForExtEvent(mask, DeviceStateNotify);
- mask = GetNextExtEventMask ();
+ mask = GetNextExtEventMask();
DevicePointerMotionMask = mask;
- SetMaskForExtEvent (mask, DeviceMotionNotify);
- AllowPropagateSuppress (mask);
+ SetMaskForExtEvent(mask, DeviceMotionNotify);
+ AllowPropagateSuppress(mask);
DevicePointerMotionHintMask = GetNextExtEventMask();
- SetEventInfo (DevicePointerMotionHintMask, _devicePointerMotionHint);
- SetEventInfo (GetNextExtEventMask(), _deviceButton1Motion);
- SetEventInfo (GetNextExtEventMask(), _deviceButton2Motion);
- SetEventInfo (GetNextExtEventMask(), _deviceButton3Motion);
- SetEventInfo (GetNextExtEventMask(), _deviceButton4Motion);
- SetEventInfo (GetNextExtEventMask(), _deviceButton5Motion);
+ SetEventInfo(DevicePointerMotionHintMask, _devicePointerMotionHint);
+ SetEventInfo(GetNextExtEventMask(), _deviceButton1Motion);
+ SetEventInfo(GetNextExtEventMask(), _deviceButton2Motion);
+ SetEventInfo(GetNextExtEventMask(), _deviceButton3Motion);
+ SetEventInfo(GetNextExtEventMask(), _deviceButton4Motion);
+ SetEventInfo(GetNextExtEventMask(), _deviceButton5Motion);
DeviceButtonMotionMask = GetNextExtEventMask();
- SetEventInfo (DeviceButtonMotionMask, _deviceButtonMotion);
+ SetEventInfo(DeviceButtonMotionMask, _deviceButtonMotion);
- DeviceFocusChangeMask = GetNextExtEventMask ();
- SetMaskForExtEvent (DeviceFocusChangeMask, DeviceFocusIn);
- SetMaskForExtEvent (DeviceFocusChangeMask, DeviceFocusOut);
+ DeviceFocusChangeMask = GetNextExtEventMask();
+ SetMaskForExtEvent(DeviceFocusChangeMask, DeviceFocusIn);
+ SetMaskForExtEvent(DeviceFocusChangeMask, DeviceFocusOut);
- mask = GetNextExtEventMask ();
- SetMaskForExtEvent (mask, DeviceMappingNotify);
+ mask = GetNextExtEventMask();
+ SetMaskForExtEvent(mask, DeviceMappingNotify);
DeviceMappingNotifyMask = mask;
- mask = GetNextExtEventMask ();
- SetMaskForExtEvent (mask, ChangeDeviceNotify);
+ mask = GetNextExtEventMask();
+ SetMaskForExtEvent(mask, ChangeDeviceNotify);
ChangeDeviceNotifyMask = mask;
DeviceButtonGrabMask = GetNextExtEventMask();
- SetEventInfo (DeviceButtonGrabMask, _deviceButtonGrab);
- SetExclusiveAccess (DeviceButtonGrabMask);
+ SetEventInfo(DeviceButtonGrabMask, _deviceButtonGrab);
+ SetExclusiveAccess(DeviceButtonGrabMask);
DeviceOwnerGrabButtonMask = GetNextExtEventMask();
- SetEventInfo (DeviceOwnerGrabButtonMask, _deviceOwnerGrabButton);
- SetEventInfo (0, _noExtensionEvent);
- }
+ SetEventInfo(DeviceOwnerGrabButtonMask, _deviceOwnerGrabButton);
+ SetEventInfo(0, _noExtensionEvent);
+}
/************************************************************************
*
@@ -767,19 +757,18 @@ FixExtensionEvents (ExtensionEntry *extEntry)
*/
void
-RestoreExtensionEvents (void)
+RestoreExtensionEvents(void)
{
- int i;
+ int i;
IReqCode = 0;
- for (i=0; i<ExtEventIndex-1; i++)
- {
+ for (i = 0; i < ExtEventIndex - 1; i++) {
if ((EventInfo[i].type >= LASTEvent) && (EventInfo[i].type < 128))
- SetMaskForEvent(0,EventInfo[i].type);
- EventInfo[i].mask = 0;
- EventInfo[i].type = 0;
- }
+ SetMaskForEvent(0, EventInfo[i].type);
+ EventInfo[i].mask = 0;
+ EventInfo[i].type = 0;
+ }
ExtEventIndex = 0;
lastExtEventMask = 1;
DeviceValuator = 0;
@@ -804,7 +793,7 @@ RestoreExtensionEvents (void)
DeviceBusy = 3;
BadClass = 4;
- }
+}
/***********************************************************************
*
@@ -815,7 +804,7 @@ RestoreExtensionEvents (void)
*/
void
-IResetProc(ExtensionEntry *unused)
+IResetProc(ExtensionEntry * unused)
{
ReplySwapVector[IReqCode] = ReplyNotSwappd;
@@ -834,8 +823,8 @@ IResetProc(ExtensionEntry *unused)
EventSwapVector[DeviceButtonStateNotify] = NotImplemented;
EventSwapVector[DeviceMappingNotify] = NotImplemented;
EventSwapVector[ChangeDeviceNotify] = NotImplemented;
- RestoreExtensionEvents ();
- }
+ RestoreExtensionEvents();
+}
/***********************************************************************
*
@@ -844,12 +833,12 @@ IResetProc(ExtensionEntry *unused)
*/
_X_EXPORT void
-AssignTypeAndName (DeviceIntPtr dev, Atom type, char *name)
+AssignTypeAndName(DeviceIntPtr dev, Atom type, char *name)
{
dev->type = type;
- dev->name = (char *) xalloc(strlen(name)+1);
- strcpy (dev->name, name);
- }
+ dev->name = (char *)xalloc(strlen(name) + 1);
+ strcpy(dev->name, name);
+}
/***********************************************************************
*
@@ -858,14 +847,14 @@ AssignTypeAndName (DeviceIntPtr dev, Atom type, char *name)
*/
void
-MakeDeviceTypeAtoms (void)
+MakeDeviceTypeAtoms(void)
{
int i;
- for (i=0; i<NUMTYPES; i++)
- dev_type[i].type =
- MakeAtom (dev_type[i].name, strlen(dev_type[i].name), 1);
- }
+ for (i = 0; i < NUMTYPES; i++)
+ dev_type[i].type =
+ MakeAtom(dev_type[i].name, strlen(dev_type[i].name), 1);
+}
/**************************************************************************
*
@@ -875,22 +864,19 @@ MakeDeviceTypeAtoms (void)
*/
DeviceIntPtr
-LookupDeviceIntRec (
- CARD8 id)
+LookupDeviceIntRec(CARD8 id)
{
DeviceIntPtr dev;
- for (dev=inputInfo.devices; dev; dev=dev->next)
- {
- if (dev->id == id)
- {
+ for (dev = inputInfo.devices; dev; dev = dev->next) {
+ if (dev->id == id) {
if (id == inputInfo.pointer->id || id == inputInfo.keyboard->id)
return (NULL);
return (dev);
- }
}
- return (NULL);
}
+ return (NULL);
+}
/**************************************************************************
*
@@ -901,13 +887,13 @@ LookupDeviceIntRec (
*/
void
-SetExclusiveAccess (Mask mask)
+SetExclusiveAccess(Mask mask)
{
int i;
- for (i=0; i<MAX_DEVICES; i++)
+ for (i = 0; i < MAX_DEVICES; i++)
ExtExclusiveMasks[i] |= mask;
- }
+}
/**************************************************************************
*
@@ -917,13 +903,13 @@ SetExclusiveAccess (Mask mask)
*/
void
-AllowPropagateSuppress (Mask mask)
+AllowPropagateSuppress(Mask mask)
{
int i;
- for (i=0; i<MAX_DEVICES; i++)
+ for (i = 0; i < MAX_DEVICES; i++)
PropagateMask[i] |= mask;
- }
+}
/**************************************************************************
*
@@ -931,22 +917,21 @@ AllowPropagateSuppress (Mask mask)
*
*/
-Mask
-GetNextExtEventMask (void)
+Mask
+GetNextExtEventMask(void)
{
int i;
Mask mask = lastExtEventMask;
- if (lastExtEventMask == 0)
- {
+ if (lastExtEventMask == 0) {
FatalError("GetNextExtEventMask: no more events are available.");
- }
+ }
lastExtEventMask <<= 1;
- for (i=0; i<MAX_DEVICES; i++)
+ for (i = 0; i < MAX_DEVICES; i++)
ExtValidMasks[i] |= mask;
return mask;
- }
+}
/**************************************************************************
*
@@ -963,8 +948,8 @@ SetMaskForExtEvent(Mask mask, int event)
if ((event < LASTEvent) || (event >= 128))
FatalError("MaskForExtensionEvent: bogus event number");
- SetMaskForEvent(mask,event);
- }
+ SetMaskForEvent(mask, event);
+}
/**************************************************************************
*
@@ -984,4 +969,4 @@ SetEventInfo(Mask mask, int constant)
{
EventInfo[ExtEventIndex].mask = mask;
EventInfo[ExtEventIndex++].type = constant;
- }
+}