[PATCH 36/265] ANSI-fied libX11

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


diff --git a/src/CrCursor.c b/src/CrCursor.c
index 917349f..ba1b0c2 100644
--- a/src/CrCursor.c
+++ b/src/CrCursor.c
@@ -42,11 +42,14 @@ _XTryShapeBitmapCursor (Display		*dpy,
 			unsigned int	y);
 #endif
     
-Cursor XCreatePixmapCursor(dpy, source, mask, foreground, background, x, y)
-     register Display *dpy;
-     Pixmap source, mask;
-     XColor *foreground, *background;
-     unsigned int  x, y;
+Cursor XCreatePixmapCursor(
+     register Display *dpy,
+     Pixmap source,
+     Pixmap mask,
+     XColor *foreground, 
+     XColor *background,
+     unsigned int x,
+     unsigned int y)
 
 {       
     register xCreateCursorReq *req;



More information about the xorg mailing list