[][src]Function clipboard_x11::free_cursor

pub fn free_cursor(
    c: &'a Connection,
    cursor: u32
) -> Cookie<'a, 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.

parameters:

  • c: The connection object to the server

  • cursor: The cursor to destroy.