NAME
XUndefineCursor — disassociate a cursor from a window.
SYNOPSIS
XUndefineCursor(display, w) Display ∗display; Window w;
ARGUMENTS
displaySpecifies a connection to an X server; returned from XOpenDisplay().
wSpecifies the ID of the window whose cursor is to be undefined.
DESCRIPTION
XUndefineCursor() sets the cursor attribute for a window to its parent’s cursor, undoing the effect of a previous XDefineCursor() for this window. On the root window the default cursor is restored.
ERRORS
BadWindow
SEE ALSO
XCreateFontCursor(), XCreateGlyphCursor(), XCreatePixmapCursor(), XDefineCursor(), XFreeCursor(), XQueryBestCursor(), XQueryBestSize(), XRecolorCursor().
Xlib Reference Manual