XGetWMClientMachine
Syntax
Status XGetWMClientMachine(display, w, text_prop_return)
Display *display;
Window w;
XTextProperty *text_prop_return;
Arguments
display
| Specifies the connection to the X server.
|
w
| Specifies the window.
|
text_prop_return
| Returns the
XTextProperty
structure.
|
Description
The
XGetWMClientMachine()
convenience function performs an
XGetTextProperty()
on the
WM_CLIENT_MACHINE property.
It returns a nonzero status on success;
otherwise, it returns a zero status.
See also
XAllocClassHint(),
XAllocIconSize(),
XAllocSizeHints(),
XAllocWMHints(),
XSetCommand(),
XSetTextProperty(),
XSetTransientForHint(),
XSetWMClientMachine(),
XSetWMColormapWindows(),
XSetWMIconName(),
XSetWMName(),
XSetWMProperties(),
XSetWMProtocols(),
XStringListToTextProperty(),
"
Setting and Reading the WM_CLIENT_MACHINE Property"
Christophe Tronche, [email protected]