XSetWMClientMachine
Syntax
void XSetWMClientMachine(display, w, text_prop)
Display *display;
Window w;
XTextProperty *text_prop;
Arguments
display
| Specifies the connection to the X server.
|
w
| Specifies the window.
|
text_prop
| Specifies the
XTextProperty
structure to be used.
|
Description
The
XSetWMClientMachine()
convenience function calls
XSetTextProperty()
to set the WM_CLIENT_MACHINE property.
See also
XAllocClassHint(),
XAllocIconSize(),
XAllocSizeHints(),
XAllocWMHints(),
XSetCommand(),
XSetTextProperty(),
XSetTransientForHint(),
XSetWMColormapWindows(),
XSetWMIconName(),
XSetWMName(),
XSetWMProperties(),
XSetWMProtocols(),
XStringListToTextProperty(),
"
Setting and Reading the WM_CLIENT_MACHINE Property"
Christophe Tronche, [email protected]