fix XGetMotionEvents arguments order - Fixes bug 11222

This commit is contained in:
Olivier Blin 2007-06-11 18:32:09 +10:00 committed by Dave Airlie
parent c2f88cdf5c
commit 8e76bcf3ca

View file

@ -33,9 +33,9 @@ in this Software without prior written authorization from The Open Group.
XTimeCoord *XGetMotionEvents(
register Display *dpy,
Window w,
Time start,
Time stop,
Window w,
int *nEvents) /* RETURN */
{
xGetMotionEventsReply rep;