Function xcb::xproto::free_cursor_checked
[−]
[src]
pub fn free_cursor_checked<'a>(
c: &'a Connection,
cursor: Cursor
) -> VoidCookie<'a>
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.