diff options
Diffstat (limited to 'libX11/src/QuPntr.c')
-rw-r--r-- | libX11/src/QuPntr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libX11/src/QuPntr.c b/libX11/src/QuPntr.c index e74a80dc7..b1ccc1c72 100644 --- a/libX11/src/QuPntr.c +++ b/libX11/src/QuPntr.c @@ -33,15 +33,15 @@ in this Software without prior written authorization from The Open Group. Bool XQueryPointer( register Display *dpy, - Window w, + Window w, Window *root, Window *child, - int *root_x, + int *root_x, int *root_y, int *win_x, int *win_y, unsigned int *mask) -{ +{ xQueryPointerReply rep; xResourceReq *req; |