[PATCH 42/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Fri Apr 27 00:47:02 PDT 2007


diff --git a/src/Cursor.c b/src/Cursor.c
index 98ac36b..76ac3be 100644
--- a/src/Cursor.c
+++ b/src/Cursor.c
@@ -33,9 +33,9 @@ in this Software without prior written authorization from The Open Group.
 static XColor _Xconst foreground = { 0,    0,     0,     0  };  /* black */
 static XColor _Xconst background = { 0, 65535, 65535, 65535 };  /* white */
 
-Cursor XCreateFontCursor(dpy, which)
-	Display *dpy;
-	unsigned int which;
+Cursor XCreateFontCursor(
+	Display *dpy,
+	unsigned int which)
 {
 	/* 
 	 * the cursor font contains the shape glyph followed by the mask



More information about the xorg mailing list