[][src]Function xcb::ffi::xproto::xcb_free_cursor

pub unsafe extern "C" fn xcb_free_cursor(
    c: *mut xcb_connection_t,
    cursor: xcb_cursor_t
) -> xcb_void_cookie_t

Deletes a cursor

Deletes the association between the cursor resource ID and the specified cursor. The cursor is freed when no other resource references it.