dmx: change remainder of manual EQ allocation to GetEventList().

This commit is contained in:
Peter Hutterer 2008-10-17 09:15:39 +10:30
parent 8de26770a4
commit 8a23707b86
1 changed files with 1 additions and 1 deletions

View File

@ -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;