summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolan McNamara <caolanm@redhat.com>2009-03-16 14:15:50 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-03-16 14:15:50 -0700
commit837703c8651e1321a50147a8311c56e4758ce08a (patch)
tree045d40e247c6045e6fc7f4ba2d4793393c9b7e74
parent22199018879055d8653e59d8236bef57164fac66 (diff)
Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match signature
X.Org Bug #20575 <http://bugs.freedesktop.org/show_bug.cgi?id=20575> Patch #23717 <http://bugs.freedesktop.org/attachment.cgi?id=23717> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--man/XCreateColormap.man2
-rw-r--r--man/XCreateFontCursor.man2
-rw-r--r--man/XReadBitmapFile.man2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/XCreateColormap.man b/man/XCreateColormap.man
index 0901775d..6a806dc6 100644
--- a/man/XCreateColormap.man
+++ b/man/XCreateColormap.man
@@ -147,7 +147,7 @@ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XColor \- create, copy, or
.SH SYNTAX
.HP
Colormap XCreateColormap\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^,
-Visual *\fIvisual\fP\^, int \fIalloc\fP\^,);
+Visual *\fIvisual\fP\^, int \fIalloc\fP\^);
.HP
Colormap XCopyColormapAndFree\^(\^Display *\fIdisplay\fP\^, Colormap
\fIcolormap\fP\^);
diff --git a/man/XCreateFontCursor.man b/man/XCreateFontCursor.man
index ce0cd5cc..dd0a511a 100644
--- a/man/XCreateFontCursor.man
+++ b/man/XCreateFontCursor.man
@@ -151,7 +151,7 @@ Cursor XCreateFontCursor\^(\^Display *\fIdisplay\fP\^, unsigned int
.HP
Cursor XCreatePixmapCursor\^(\^Display *\fIdisplay\fP\^, Pixmap
\fIsource\fP\^, Pixmap \fImask\fP\^, XColor *\fIforeground_color\fP\^, XColor
-*\fIbackground_color\fP\^, unsigned int \fIx\fP\^, \fIy\fP\^);
+*\fIbackground_color\fP\^, unsigned int \fIx\fP\^, unsigned int \fIy\fP\^);
.HP
Cursor XCreateGlyphCursor\^(\^Display *\fIdisplay\fP\^, Font
\fIsource_font\fP\^, Font \fImask_font\fP\^, unsigned int \fIsource_char\fP\^,
diff --git a/man/XReadBitmapFile.man b/man/XReadBitmapFile.man
index defbbf98..1042ffa9 100644
--- a/man/XReadBitmapFile.man
+++ b/man/XReadBitmapFile.man
@@ -160,7 +160,7 @@ int \fIx_hot\fP, int \fIy_hot\fP\^);
.HP
Pixmap XCreatePixmapFromBitmapData\^(\^Display *\fIdisplay\fP\^, Drawable
\fId\fP\^, char *\fIdata\fP\^, unsigned int \fIwidth\fP, unsigned int
-\fIheight\fP\^, unsigned long \fIfg\fP, unsigned int \fIbg\fP\^, unsigned int
+\fIheight\fP\^, unsigned long \fIfg\fP, unsigned long \fIbg\fP\^, unsigned int
\fIdepth\fP\^);
.HP
Pixmap XCreateBitmapFromData(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^,