x11rb::protocol::xfixes

Function 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,