[PATCH 21/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 22:09:21 PDT 2007


diff --git a/src/ChkTypEv.c b/src/ChkTypEv.c
index 8fd879d..47813e3 100644
--- a/src/ChkTypEv.c
+++ b/src/ChkTypEv.c
@@ -38,10 +38,10 @@ in this Software without prior written authorization 
from The Open Group.
  * matches, return.  If all else fails, tell the user no events found.
  */
 
-Bool XCheckTypedEvent (dpy, type, event)
-        register Display *dpy;
-	int type;		/* Selected event type. */
-	register XEvent *event;	/* XEvent to be filled in. */
+Bool XCheckTypedEvent (
+	register Display *dpy,
+	int type,		/* Selected event type. */
+	register XEvent *event)	/* XEvent to be filled in. */
 {
 	register _XQEvent *prev, *qelt;
 	unsigned long qe_serial = 0;



More information about the xorg mailing list