Lines Matching defs:XCreateWindowEvent
2263 pub struct XCreateWindowEvent { struct
2264 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,
2273 pub height: ::std::os::raw::c_int,
2274 pub border_width: ::std::os::raw::c_int,
2275 pub override_redirect: ::std::os::raw::c_int,