mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 17:18:11 +02:00
dix: GetPointerEvents: remove unused variable compiler warning.
This commit is contained in:
parent
55fd50273e
commit
394f3c1dbe
1 changed files with 0 additions and 1 deletions
|
|
@ -550,7 +550,6 @@ GetPointerEvents(EventList *events, DeviceIntPtr pDev, int type, int buttons,
|
|||
/* Thanks to a broken lib, we _always_ have to chase DeviceMotionNotifies
|
||||
* with DeviceValuators. */
|
||||
Bool sendValuators = (type == MotionNotify || flags & POINTER_ABSOLUTE);
|
||||
DeviceIntPtr pointer = NULL;
|
||||
int x = 0, y = 0;
|
||||
/* The core pointer must not send Xi events. */
|
||||
Bool coreOnly = (pDev == inputInfo.pointer);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue