XFreeCursor(display, cursor)
Display *display;
Cursor cursor;
display | Specifies the connection to the X server. |
cursor | Specifies the cursor. |
XFreeCursor() can generate a BadCursor error.
BadCursor | A value for a Cursor argument does not name a defined Cursor. |