mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dmx: change remainder of manual EQ allocation to GetEventList().
This commit is contained in:
@@ -711,7 +711,7 @@ void dmxEnqueue(DevicePtr pDev, int type, int detail, KeySym keySym,
|
||||
return;
|
||||
|
||||
case MotionNotify:
|
||||
events = Xcalloc(sizeof(xEvent), GetMaximumEventsNum());
|
||||
GetEventList(&events);
|
||||
valuators[0] = e->xmotion.x;
|
||||
valuators[1] = e->xmotion.y;
|
||||
valuators[2] = e->xmotion.state;
|
||||
|
||||
Reference in New Issue
Block a user