Function x11rb::protocol::xfixes::select_selection_input
source ยท pub fn select_selection_input<Conn>(
conn: &Conn,
window: Window,
selection: Atom,
event_mask: SelectionEventMask,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,