Struct x11_dl::xlib::XConfigureRequestEvent
[−]
[src]
pub struct XConfigureRequestEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub parent: Window, pub window: Window, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub border_width: c_int, pub above: Window, pub detail: c_int, pub value_mask: c_ulong, }
Fields
type_ | |
serial | |
send_event | |
display | |
parent | |
window | |
x | |
y | |
width | |
height | |
border_width | |
above | |
detail | |
value_mask |