Struct x11_dl::xlib::XReparentEvent
[−]
[src]
pub struct XReparentEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub event: Window, pub window: Window, pub parent: Window, pub x: c_int, pub y: c_int, pub override_redirect: Bool, }
Fields
type_ | |
serial | |
send_event | |
display | |
event | |
window | |
parent | |
x | |
y | |
override_redirect |