Struct x11_dl::xlib::XGraphicsExposeEvent
[−]
[src]
pub struct XGraphicsExposeEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub drawable: Drawable,
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
pub count: c_int,
pub major_code: c_int,
pub minor_code: c_int,
}Fields
type_ | |
serial | |
send_event | |
display | |
drawable | |
x | |
y | |
width | |
height | |
count | |
major_code | |
minor_code |