mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-01-06 07:20:12 +01:00
Fix missing XChangeProperty() prototype missing in synopsis section.
This commit is contained in:
parent
c73adb1c8a
commit
a07ccae36e
1 changed files with 1 additions and 0 deletions
|
|
@ -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\^);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue