Lines Matching defs:XCreateWindowEvent
2261 pub struct XCreateWindowEvent { struct
2262 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,
2271 pub height: ::std::os::raw::c_int,
2272 pub border_width: ::std::os::raw::c_int,
2273 pub override_redirect: ::std::os::raw::c_int,