[PATCH 1/265] ANSI-fied libX11

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


diff --git a/src/AllCells.c b/src/AllCells.c
index ed7bc84..9642f73 100644
--- a/src/AllCells.c
+++ b/src/AllCells.c
@@ -32,14 +32,14 @@ in this Software without prior written authorization 
from The Open Group.
 #endif
 #include "Xlibint.h"
 
-Status XAllocColorCells(dpy, cmap, contig, masks, nplanes, pixels, ncolors)
-register Display *dpy;
-Colormap cmap;
-Bool contig;
-unsigned int ncolors; /* CARD16 */
-unsigned int nplanes; /* CARD16 */
-unsigned long *masks; /* LISTofCARD32 */ /* RETURN */
-unsigned long *pixels; /* LISTofCARD32 */ /* RETURN */
+Status XAllocColorCells(
+    register Display *dpy,
+    Colormap cmap,
+    Bool contig,
+    unsigned long *masks, /* LISTofCARD32 */ /* RETURN */
+    unsigned int nplanes, /* CARD16 */
+    unsigned long *pixels, /* LISTofCARD32 */ /* RETURN */
+    unsigned int ncolors) /* CARD16 */
 {
 
     Status status;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.x.org/archives/xorg/attachments/20070426/e7266346/attachment.pgp>


More information about the xorg mailing list