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 XAllocClassHint(), XAllocIconSize(), XAllocSizeHints(), XAllocWMHints(), XSetCommand(), XSetTextProperty(), XSetTransientForHint(), XSetWMClientMachine(), XSetWMColormapWindows(), XSetWMIconName(), XSetWMName(), XSetWMProperties(), XSetWMProtocols(), XStringListToTextProperty(), "Setting and Reading the WM_CLIENT_MACHINE Property"
Christophe Tronche, ch.tronche@computer.org