summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Polakov <plhk@sdf.org>2012-12-01 02:53:23 +0400
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-12-15 21:35:17 -0800
commit835cd2a6cb4aa8f89e6e7dead66483643a6e7ee8 (patch)
tree3d388b2d45dc0c3be00ce5dee1f6f1c70fcc0b7c
parent0847b64af14acefaa7aa86b3cec8632497babe73 (diff)
Fix man page to match include
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--man/Xft.man7
1 files changed, 2 insertions, 5 deletions
diff --git a/man/Xft.man b/man/Xft.man
index 4ed2742..6243928 100644
--- a/man/Xft.man
+++ b/man/Xft.man
@@ -750,7 +750,7 @@ functions) and frees the memory that was allocated for it.
.nf
\fBvoid\fR
\fBXftDrawString8 (XftDraw *\fId\fB,\fR
-\fB XRenderColor *\fIcolor\fB,\fR
+\fB XftColor *\fIcolor\fB,\fR
\fB XftFont *\fIfont\fB,\fR
\fB int \fIx\fB,\fR
\fB int \fIy\fB,\fR
@@ -770,14 +770,11 @@ in
.I color
at position
.IR x , " y" .
-The
-.B XRenderColor
-data type is defined by the X Rendering Extension library.
.PP
.nf
\fBvoid\fR
\fBXftDrawRect (XftDraw *\fId\fB,\fR
-\fB XRenderColor *\fIcolor\fB,\fR
+\fB XftColor *\fIcolor\fB,\fR
\fB int \fIx\fB,\fR
\fB int \fIy\fB,\fR
\fB unsigned int \fIwidth\fB,\fR