Type Alias XFocusOutEvent

Source
pub type XFocusOutEvent = XFocusChangeEvent;

Aliased Type§

#[repr(C)]
pub struct XFocusOutEvent { pub type_: i32, pub serial: u32, pub send_event: i32, pub display: *mut _XDisplay, pub window: u32, pub mode: i32, pub detail: i32, }

Fields§

§type_: i32§serial: u32§send_event: i32§display: *mut _XDisplay§window: u32§mode: i32§detail: i32