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