Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XUndefineCu(3x) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

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(). 

Copyright O’Reilly & Assoc.  —  

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026