XSetWMClientMachine(XS) X Version 11 (Release 5) XSetWMClientMachine(XS)
6 January 1993
Name
XSetWMClientMachine - set or read a window's WM_CLIENT_MACHINE property
Syntax
void XSetWMClientMachine(display, w, text_prop)
Display *display;
Window w;
XTextProperty *text_prop;
Status XGetWMClientMachine(display, w, text_prop_return)
Display *display;
Window w;
XTextProperty *text_prop_return;
Arguments
display Specifies the connection to the X server.
textprop Specifies the XTextProperty structure to be used.
textpropreturn
Returns the XTextProperty structure.
w Specifies the window.
Description
The XSetWMClientMachine convenience function calls XSetTextProperty to
set the WMCLIENTMACHINE property.
The XGetWMClientMachine convenience function performs an XGetTextProperty
on the WMCLIENTMACHINE property. It returns nonzero status on success;
otherwise it returns a zero status.
Properties
WMCLIENTMACHINE
The string name of the machine on which the client appli-
cation is running.
See also
XAllocClassHint(XS), XAllocIconSize(XS), XAllocSizeHints(XS),
XAllocWMHints(XS), XSetCommand(XS), XSetTransientForHint(XS),
XSetTextProperty(XS), XSetWMColormapWindows(XS), XSetWMIconName(XS),
XSetWMName(XS), XSetWMProperties(XS), XSetWMProtocols(XS),
XStringListToTextProperty(XS)
Xlib - C Language X Interface