Sunday, June 14, 2015

How to Set X11 Window title


Answer:




XStoreName

Syntax

XStoreName(display, w, window_name)
      Display *display;
      Window w;
      char *window_name;

Arguments

display Specifies the connection to the X server.
w Specifies the window.
window_name Specifies the window name, which should be a null-terminated string.



http://tronche.com/gui/x/xlib/ICC/client-to-window-manager/XStoreName.html


No comments:

Post a Comment