Struct x11_dl::xlib::XConfigureEvent
[−]
[src]
pub struct XConfigureEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub event: Window,
pub window: Window,
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
pub border_width: c_int,
pub above: Window,
pub override_redirect: Bool,
}Fields
type_ | |
serial | |
send_event | |
display | |
event | |
window | |
x | |
y | |
width | |
height | |
border_width | |
above | |
override_redirect |