dix: GetPointerEvents: remove unused variable compiler warning.
This commit is contained in:
parent
55fd50273e
commit
394f3c1dbe
|
@ -550,7 +550,6 @@ GetPointerEvents(EventList *events, DeviceIntPtr pDev, int type, int buttons,
|
||||||
/* Thanks to a broken lib, we _always_ have to chase DeviceMotionNotifies
|
/* Thanks to a broken lib, we _always_ have to chase DeviceMotionNotifies
|
||||||
* with DeviceValuators. */
|
* with DeviceValuators. */
|
||||||
Bool sendValuators = (type == MotionNotify || flags & POINTER_ABSOLUTE);
|
Bool sendValuators = (type == MotionNotify || flags & POINTER_ABSOLUTE);
|
||||||
DeviceIntPtr pointer = NULL;
|
|
||||||
int x = 0, y = 0;
|
int x = 0, y = 0;
|
||||||
/* The core pointer must not send Xi events. */
|
/* The core pointer must not send Xi events. */
|
||||||
Bool coreOnly = (pDev == inputInfo.pointer);
|
Bool coreOnly = (pDev == inputInfo.pointer);
|
||||||
|
|
Loading…
Reference in New Issue