Function x11rb::protocol::screensaver::select_input

source ·
pub fn select_input<Conn>(
    conn: &Conn,
    drawable: Drawable,
    event_mask: Event
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,