Lines Matching defs:XConfigureEvent
2333 pub struct XConfigureEvent { struct
2334 pub type_: ::std::os::raw::c_int,
2335 pub serial: ::std::os::raw::c_ulong,
2336 pub send_event: ::std::os::raw::c_int,
2337 pub display: *mut Display,
2338 pub event: Window,
2339 pub window: Window,
2340 pub x: ::std::os::raw::c_int,
2341 pub y: ::std::os::raw::c_int,
2342 pub width: ::std::os::raw::c_int,
2343 pub height: ::std::os::raw::c_int,
2344 pub border_width: ::std::os::raw::c_int,
2345 pub above: Window,
2346 pub override_redirect: ::std::os::raw::c_int,