XWindowChanges
version(linux)
extern (
C) nothrow @
nogc struct XWindowChanges {
}
- 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.
derelict x11 Xlib
aliasesenumsfunctionsstructsunionsvariables