Struct x11_dl::xrandr::XRRCrtcChangeNotifyEvent
[−]
[src]
pub struct XRRCrtcChangeNotifyEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub window: Window, pub subtype: c_int, pub crtc: RRCrtc, pub mode: RRMode, pub rotation: Rotation, pub x: c_int, pub y: c_int, pub width: c_uint, pub height: c_uint, }
Fields
type_ | |
serial | |
send_event | |
display | |
window | |
subtype | |
crtc | |
mode | |
rotation | |
x | |
y | |
width | |
height |