XAllocWMHints
Syntax
XWMHints *XAllocWMHints()
Arguments
Description
The
XAllocWMHints()
function allocates and returns a pointer to a
XWMHints
structure.
Note that all fields in the
XWMHints
structure are initially set to zero.
If insufficient memory is available,
XAllocWMHints()
returns NULL.
To free the memory allocated to this structure,
use
XFree().
See also
XAllocClassHint(),
XAllocIconSize(),
XAllocSizeHints(),
XFree(),
XGetWMHints(),
XSetCommand(),
XSetTextProperty(),
XSetTransientForHint(),
XSetWMClientMachine(),
XSetWMColormapWindows(),
XSetWMHints(),
XSetWMIconName(),
XSetWMName(),
XSetWMProperties(),
XSetWMProtocols(),
XStringListToTextProperty(),
"
Setting and Reading the WM_HINTS Property".
Christophe Tronche, [email protected]