[PATCH 19/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 12:53:14 PDT 2007


diff --git a/src/ChkIfEv.c b/src/ChkIfEv.c
index ff74bcd..45e8715 100644
--- a/src/ChkIfEv.c
+++ b/src/ChkIfEv.c
@@ -38,15 +38,15 @@ in this Software without prior written authorization 
from The Open Group.
  * matches, return.  If all else fails, tell the user no events found.
  */
 
-Bool XCheckIfEvent (dpy, event, predicate, arg)
-        register Display *dpy;
+Bool XCheckIfEvent (
+	register Display *dpy,
+	register XEvent *event,		/* XEvent to be filled in. */
 	Bool (*predicate)(
 			  Display*			/* display */,
 			  XEvent*			/* event */,
 			  char*				/* arg */
-			  );		/* function to call */
-	register XEvent *event;		/* XEvent to be filled in. */
-	char *arg;
+			  ),		/* function to call */
+	char *arg)
 {
 	register _XQEvent *prev, *qelt;
 	unsigned long qe_serial = 0;



More information about the xorg mailing list