Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ UndefCurs(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

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

Xlib Reference Manual

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