summaryrefslogtreecommitdiff
path: root/man/XCreateFontCursor.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2020-04-25 14:22:11 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2020-04-25 14:44:00 -0400
commit791c93816ce0520d54925b0b3ccbc29823370041 (patch)
treeb0be4f4ad1f0e26b9a1e15f6c6e39c8dc641a79e /man/XCreateFontCursor.man
parent844271305a28e87031562dfeb43defbea02960a2 (diff)
downloadxorg-lib-libX11-791c93816ce0520d54925b0b3ccbc29823370041.tar.gz
update/correct function prototypes in manpages to match headers
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XCreateFontCursor.man')
-rw-r--r--man/XCreateFontCursor.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XCreateFontCursor.man b/man/XCreateFontCursor.man
index 587d1cfd..977795ff 100644
--- a/man/XCreateFontCursor.man
+++ b/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.