[PATCH 39/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 23:32:42 PDT 2007


diff --git a/src/CrPFBData.c b/src/CrPFBData.c
index b65e32f..e08b65c 100644
--- a/src/CrPFBData.c
+++ b/src/CrPFBData.c
@@ -49,13 +49,15 @@ in this Software without prior written authorization from The Open Group.
  *    xoffset=0
  *    no extra bytes per line
  */  
-Pixmap XCreatePixmapFromBitmapData(display,d,data,width,height,fg,bg,depth)
-    Display *display;
-    Drawable d;
-    char *data;
-    unsigned int width, height;
-    unsigned long fg, bg;
-    unsigned int depth;
+Pixmap XCreatePixmapFromBitmapData(
+    Display *display,
+    Drawable d,
+    char *data,
+    unsigned int width, 
+    unsigned int height,
+    unsigned long fg, 
+    unsigned long bg,
+    unsigned int depth)
 {
     XImage ximage;
     GC gc;



More information about the xorg mailing list