Function x11rb::protocol::xfixes::select_cursor_input

source ·
pub fn select_cursor_input<Conn>(
    conn: &Conn,
    window: Window,
    event_mask: CursorNotifyMask
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,