Lines Matching defs:XReparentEvent
2319 pub struct XReparentEvent { struct
2320 pub type_: ::std::os::raw::c_int,
2321 pub serial: ::std::os::raw::c_ulong,
2322 pub send_event: ::std::os::raw::c_int,
2323 pub display: *mut Display,
2324 pub event: Window,
2325 pub window: Window,
2326 pub parent: Window,
2327 pub x: ::std::os::raw::c_int,
2328 pub y: ::std::os::raw::c_int,
2329 pub override_redirect: ::std::os::raw::c_int,