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: