Searched refs:DeviceValuator (Results 1 – 9 of 9) sorted by relevance
339 int DeviceValuator; variable1001 DeviceValuator = extEntry->eventBase; in FixExtensionEvents()1002 DeviceKeyPress = DeviceValuator + 1; in FixExtensionEvents()1105 DeviceValuator = 0; in RestoreExtensionEvents()1143 EventSwapVector[DeviceValuator] = NotImplemented; in IResetProc()1210 if (type == DeviceValuator) in SEventIDispatch()1305 EventSwapVector[DeviceValuator] = SEventIDispatch; in XInputExtensionInit()
61 extern int DeviceValuator;
335 xv->type = DeviceValuator; in dmxExtMotion()365 xv->type = DeviceValuator; in dmxExtMotion()433 event = DeviceValuator; in dmxTranslateAndEnqueueExtEvent()
189 type -= DeviceValuator; in ProcXTestFakeInput()251 if (dv->type != DeviceValuator) { in ProcXTestFakeInput()
433 xv->type = DeviceValuator; in getValuatorEvents()
616 ev->type = DeviceValuator; in FixDeviceValuator()
813 V000 XInputExtension:DeviceValuator
413 assert(v->type == DeviceValuator); in _dix_test_xi_convert()439 DeviceValuator = IEventBase - 1; in dix_event_to_xi1_conversion()
67128 xtest.c:60:12: warning: redundant redeclaration of 'DeviceValuator'67129 ../Xi/exglobals.h:61:12: note: previous declaration of 'DeviceValuator' was here124761 on the wire (when DeviceValuator events are required).133046 item per event. Also remove the special DeviceValuator handling in both136081 Xext: don't accept DeviceValuator if the dev doesn't have valuators (in xtest)169818 Always chase a DeviceMotionNotify event with a DeviceValuator, which is