[PATCH 40/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Fri Apr 27 00:45:10 PDT 2007


diff --git a/src/CrPixmap.c b/src/CrPixmap.c
index 72ef696..5656a6c 100644
--- a/src/CrPixmap.c
+++ b/src/CrPixmap.c
@@ -39,10 +39,12 @@ _XNoticeCreateBitmap (Display	    *dpy,
 		      unsigned int  height);
 #endif
 
-Pixmap XCreatePixmap (dpy, d, width, height, depth)
-    register Display *dpy;
-    Drawable d;
-    unsigned int width, height, depth;
+Pixmap XCreatePixmap (
+    register Display *dpy,
+    Drawable d,
+    unsigned int width,
+    unsigned int height,
+    unsigned int depth)
 {
     Pixmap pid;
     register xCreatePixmapReq *req;



More information about the xorg mailing list