Searched defs:XConfigureRequestEvent (Results 1 – 1 of 1) sorted by relevance
2373 pub struct XConfigureRequestEvent { struct2374 pub type_: ::std::os::raw::c_int,2375 pub serial: ::std::os::raw::c_ulong,2376 pub send_event: ::std::os::raw::c_int,2377 pub display: *mut Display,2378 pub parent: Window,2379 pub window: Window,2380 pub x: ::std::os::raw::c_int,2381 pub y: ::std::os::raw::c_int,2382 pub width: ::std::os::raw::c_int,[all …]