XWindowChanges

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (C) nothrow @nogc
struct XWindowChanges {}

Members

Variables

border_width
int border_width;
height
int height;
Undocumented in source.
sibling
Window sibling;
Undocumented in source.
stack_mode
int stack_mode;
Undocumented in source.
width
int width;
Undocumented in source.
x
int x;
y
int y;
Undocumented in source.

Meta