XSetWMClientMachine(3X) XSetWMClientMachine(3X)
NAME
XSetWMClientMachine, XGetWMClientMachine - set and get a
window's WM_CLIENT_MACHINE property
SYNOPSIS
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;
DESCRIPTION
The XSetWMClientMachine convenience function performs an
XSetTextProperty(3X) on the WM_CLIENT_MACHINE property.
Note that you also can set the client machine property by
using XSetTextProperty (see Section 9.1.3 in
Xlib - C Language Interface).
The XGetWMClientMachine convenience function performs an
XGetTextProperty(3X) on the WM_CLIENT_MACHINE property.
Note that you also can read the client machine property by
using XGetTextProperty (see Section 9.1.3 in
Xlib - C Language Interface).
Arguments
These functions accept the following arguments:
display Specifies the connection to the X server.
text-prop
Specifies the XTextProperty structure to be used.
text-prop-return
Returns the XTextProperty structure.
w Specifies the window.
Properties
These functions use the following property:
WM_CLIENT_MACHINE
Specifies the string name of the machine on which
the client application is running.
SEE ALSO
XAllocClassHint(3X), XAllocIconSize(3X),
XAllocSizeHints(3X), XAllocWMHints(3X), XSetCommand(3X),
XSetTransientForHint(3X), XSetTextProperty(3X),
November, 1990 1
XSetWMColormapWindows(3X), XSetWMIconName(3X),
XSetWMName(3X), XSetWMProperties(3X), XSetWMProtocols(3X),
XStringListToTextProperty(3X)
Xlib - C Language Interface
2 November, 1990