Struct sdl2_sys::XColormapEvent [−][src]
#[repr(C)]pub struct XColormapEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut Display,
pub window: Window,
pub colormap: Colormap,
pub new: c_int,
pub state: c_int,
}Fields
type_: c_intserial: c_ulongsend_event: c_intdisplay: *mut Displaywindow: Windowcolormap: Colormapnew: c_intstate: c_int