NAME
xcbfreecursor - Deletes a cursor SYNOPSIS
#include
Request function xcbvoidcookiet xcbfreecursor(xcbconnectiont *conn, xcbcursort cursor); REQUEST ARGUMENTS conn The XCB connection to X11. cursor The cursor to destroy. DESCRIPTION Deletes the association between the cursor resource ID and the speci‐ fied cursor. The cursor is freed when no other resource references it. RETURN VALUE Returns an xcbvoidcookiet. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcbrequestcheck instead, use xcbfreecursorchecked. See xcb-requests(3) for details. ERRORS xcbcursorerrort The specified cursor does not exist. SEE ALSO
xcb-requests(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbfreecursor(3)