[PATCH 10/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 12:22:55 PDT 2007


diff --git a/src/ChActPGb.c b/src/ChActPGb.c
index 42ec330..f57bdbc 100644
--- a/src/ChActPGb.c
+++ b/src/ChActPGb.c
@@ -32,11 +32,11 @@ in this Software without prior written authorization 
from The Open Group.
 #include "Xlibint.h"
 
 int
-XChangeActivePointerGrab(dpy, event_mask, curs, time)
-register Display *dpy;
-unsigned int event_mask; /* CARD16 */
-Cursor curs;
-Time time;
+XChangeActivePointerGrab(
+    register Display *dpy,
+    unsigned int event_mask, /* CARD16 */
+    Cursor curs,
+    Time time)
 {
     register xChangeActivePointerGrabReq *req;
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.x.org/archives/xorg/attachments/20070426/a2dc00fd/attachment.pgp>


More information about the xorg mailing list