diff options
Diffstat (limited to 'nx-X11/lib/X11/ChPntCon.c')
-rw-r--r-- | nx-X11/lib/X11/ChPntCon.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/nx-X11/lib/X11/ChPntCon.c b/nx-X11/lib/X11/ChPntCon.c index 1dba32504..c177c0045 100644 --- a/nx-X11/lib/X11/ChPntCon.c +++ b/nx-X11/lib/X11/ChPntCon.c @@ -30,11 +30,13 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XChangePointerControl(dpy, do_acc, do_thresh, acc_numerator, - acc_denominator, threshold) - register Display *dpy; - Bool do_acc, do_thresh; - int acc_numerator, acc_denominator, threshold; +XChangePointerControl( + register Display *dpy, + Bool do_acc, + Bool do_thresh, + int acc_numerator, + int acc_denominator, + int threshold) { register xChangePointerControlReq *req; |