mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 16:58:06 +02:00
fix XGetMotionEvents arguments order - Fixes bug 11222
This commit is contained in:
parent
c2f88cdf5c
commit
8e76bcf3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue