Function xcb::xproto::free_cursor
[−]
[src]
pub fn free_cursor<'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.