[PATCH 38/265] ANSI-fied libX11
Magnus Kessler
Magnus.Kessler at gmx.net
Thu Apr 26 23:31:24 PDT 2007
diff --git a/src/CrGlCur.c b/src/CrGlCur.c
index 423de75..0adb4a4 100644
--- a/src/CrGlCur.c
+++ b/src/CrGlCur.c
@@ -220,14 +220,14 @@ _XTryShapeBitmapCursor (Display *dpy,
}
#endif
-Cursor XCreateGlyphCursor(dpy, source_font, mask_font,
- source_char, mask_char,
- foreground, background)
- register Display *dpy;
- Font source_font, mask_font;
- unsigned int source_char, mask_char;
- XColor _Xconst *foreground, *background;
-
+Cursor XCreateGlyphCursor(
+ register Display *dpy,
+ Font source_font,
+ Font mask_font,
+ unsigned int source_char,
+ unsigned int mask_char,
+ XColor _Xconst *foreground,
+ XColor _Xconst *background)
{
Cursor cid;
register xCreateGlyphCursorReq *req;
More information about the xorg
mailing list