Struct x11_dl::xlib::XWindowChanges
[−]
[src]
pub struct XWindowChanges { pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub border_width: c_int, pub sibling: Window, pub stack_mode: c_int, }
Fields
x | |
y | |
width | |
height | |
border_width | |
sibling | |
stack_mode |