[][src]Function wlroots_sys::wlr_xcursor_theme_load

pub unsafe extern "C" fn wlr_xcursor_theme_load(
    name: *const c_char,
    size: c_int
) -> *mut wlr_xcursor_theme

Loads the named xcursor theme at the given cursor size (in pixels). This is useful if you need cursor images for your compositor to use when a client-side cursors is not available or you wish to override client-side cursors for a particular UI interaction (such as using a grab cursor when moving a window around).