[PATCH 15/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 12:50:21 PDT 2007


diff --git a/src/ChPntCon.c b/src/ChPntCon.c
index 225d031..265079c 100644
--- a/src/ChPntCon.c
+++ b/src/ChPntCon.c
@@ -32,11 +32,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;



More information about the xorg mailing list