mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 23:08:05 +02:00
Fix prototype of XConfigureWindow(). Bugzilla #6023.
This commit is contained in:
parent
1da8bd904f
commit
1e1572eb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@
|
|||
XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth, XWindowChanges \- configure windows and window changes structure
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
int XConfigureWindow\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, unsigned \fIvalue_mask\fP\^);
|
||||
int XConfigureWindow\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, unsigned \fIvalue_mask\fP\^, \^XWindowChanges *\fIchanges\fP\^);
|
||||
.HP
|
||||
int XMoveWindow\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, int \fIx\fP\^, \fIy\fP\^);
|
||||
.HP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue