Searched defs:XGraphicsExposeEvent (Results 1 – 1 of 1) sorted by relevance
2226 pub struct XGraphicsExposeEvent { struct2227 pub type_: ::std::os::raw::c_int,2228 pub serial: ::std::os::raw::c_ulong,2229 pub send_event: ::std::os::raw::c_int,2230 pub display: *mut Display,2231 pub drawable: Drawable,2232 pub x: ::std::os::raw::c_int,2233 pub y: ::std::os::raw::c_int,2234 pub width: ::std::os::raw::c_int,2235 pub height: ::std::os::raw::c_int,[all …]