[PATCH 45/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Fri Apr 27 00:49:14 PDT 2007


diff --git a/src/Depths.c b/src/Depths.c
index 82ce2c8..dba1471 100644
--- a/src/Depths.c
+++ b/src/Depths.c
@@ -34,10 +34,10 @@ in this Software without prior written authorization from The Open Group.
 /*
  * XListDepths - return info from connection setup
  */
-int *XListDepths (dpy, scrnum, countp)
-    Display *dpy;
-    int scrnum;
-    int *countp;
+int *XListDepths (
+    Display *dpy,
+    int scrnum,
+    int *countp)
 {
     Screen *scr;
     int count;



More information about the xorg mailing list