summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2004-12-12 08:42:50 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2004-12-12 08:42:50 +0000
commita07ccae36e629741d2e48de7730114d30a975a41 (patch)
treea1a65f7bba61598d1fc97dfd6393630253151620
parentc73adb1c8ad806c2f9f0ba32f4b449e7a871501c (diff)
downloadxorg-lib-libX11-a07ccae36e629741d2e48de7730114d30a975a41.tar.gz
Fix missing XChangeProperty() prototype missing in synopsis section.
-rw-r--r--man/XGetWindowProperty.man1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/XGetWindowProperty.man b/man/XGetWindowProperty.man
index 8ef0841b..98f322cf 100644
--- a/man/XGetWindowProperty.man
+++ b/man/XGetWindowProperty.man
@@ -153,6 +153,7 @@ long *\fIbytes_after_return\fP\^, unsigned char **\fIprop_return\fP\^);
.HP
Atom *XListProperties\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, int
*\fInum_prop_return\fP\^);
+.HP
int XChangeProperty\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, Atom
\fIproperty\fP\^, Atom \fItype\fP\^, int \fIformat\fP\^, int \fImode\fP\^,
unsigned char *\fIdata\fP\^, int \fInelements\fP\^);