1XSetWMClientMachine(3) XLIB FUNCTIONS XSetWMClientMachine(3)
2
3
4
6 XSetWMClientMachine, XGetWMClientMachine - set or read a window's
7 WM_CLIENT_MACHINE property
8
10 void XSetWMClientMachine(Display *display, Window w, XTextProperty
11 *text_prop);
12
13 Status XGetWMClientMachine(Display *display, Window w, XTextProperty
14 *text_prop_return);
15
17 display Specifies the connection to the X server.
18
19 text_prop Specifies the XTextProperty structure to be used.
20
21 text_prop_return
22 Returns the XTextProperty structure.
23
24 w Specifies the window.
25
27 The XSetWMClientMachine convenience function calls XSetTextProperty to
28 set the WM_CLIENT_MACHINE property.
29
30 The XGetWMClientMachine convenience function performs an XGetTextProp‐
31 erty on the WM_CLIENT_MACHINE property. It returns a nonzero status on
32 success; otherwise, it returns a zero status.
33
35 WM_CLIENT_MACHINE
36 The string name of the machine on which the client applica‐
37 tion is running.
38
40 XAllocClassHint(3), XAllocIconSize(3), XAllocSizeHints(3), XAl‐
41 locWMHints(3), XSetCommand(3), XSetTransientForHint(3), XSetTextProp‐
42 erty(3), XSetWMColormapWindows(3), XSetWMIconName(3), XSetWMName(3),
43 XSetWMProperties(3), XSetWMProtocols(3), XStringListToTextProperty(3)
44 Xlib - C Language X Interface
45
46
47
48X Version 11 libX11 1.6.12 XSetWMClientMachine(3)