Searched defs:XCreateWindowEvent (Results 1 – 1 of 1) sorted by relevance
2261 pub struct XCreateWindowEvent { struct2262 pub type_: ::std::os::raw::c_int,2263 pub serial: ::std::os::raw::c_ulong,2264 pub send_event: ::std::os::raw::c_int,2265 pub display: *mut Display,2266 pub parent: Window,2267 pub window: Window,2268 pub x: ::std::os::raw::c_int,2269 pub y: ::std::os::raw::c_int,2270 pub width: ::std::os::raw::c_int,[all …]