diff options
Diffstat (limited to 'lib/libX11/man/XCreateFontCursor.man')
-rw-r--r-- | lib/libX11/man/XCreateFontCursor.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libX11/man/XCreateFontCursor.man b/lib/libX11/man/XCreateFontCursor.man index 587d1cfd6..977795ff2 100644 --- a/lib/libX11/man/XCreateFontCursor.man +++ b/lib/libX11/man/XCreateFontCursor.man @@ -60,8 +60,8 @@ Cursor XCreatePixmapCursor\^(\^Display *\fIdisplay\fP\^, Pixmap .HP Cursor XCreateGlyphCursor\^(\^Display *\fIdisplay\fP\^, Font \fIsource_font\fP\^, Font \fImask_font\fP\^, unsigned int \fIsource_char\fP\^, -unsigned int \fImask_char\fP\^, XColor *\fIforeground_color\fP\^, XColor -*\fIbackground_color\fP\^); +unsigned int \fImask_char\fP\^, XColor _Xconst *\fIforeground_color\fP\^, XColor +_Xconst *\fIbackground_color\fP\^); .SH ARGUMENTS .IP \fIbackground_color\fP 1i Specifies the RGB values for the background of the source. |