aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/QuPntr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/QuPntr.c')
-rw-r--r--nx-X11/lib/X11/QuPntr.c18
1 files changed, 11 insertions, 7 deletions
diff --git a/nx-X11/lib/X11/QuPntr.c b/nx-X11/lib/X11/QuPntr.c
index 795106d4d..e1379a6f5 100644
--- a/nx-X11/lib/X11/QuPntr.c
+++ b/nx-X11/lib/X11/QuPntr.c
@@ -29,13 +29,17 @@ in this Software without prior written authorization from The Open Group.
#endif
#include "Xlibint.h"
-Bool XQueryPointer(dpy, w, root, child, root_x, root_y, win_x, win_y, mask)
- register Display *dpy;
- Window w, *root, *child;
- int *root_x, *root_y, *win_x, *win_y;
- unsigned int *mask;
-
-{
+Bool XQueryPointer(
+ register Display *dpy,
+ Window w,
+ Window *root,
+ Window *child,
+ int *root_x,
+ int *root_y,
+ int *win_x,
+ int *win_y,
+ unsigned int *mask)
+{
xQueryPointerReply rep;
xResourceReq *req;