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