void XSetWMName(display, w, text_prop)
Display *display;
Window w;
XTextProperty *text_prop;
display | Specifies the connection to the X server. X サーバへの接続を指定する。 |
w | Specifies the window. ウィンドウを指定する。 |
text_prop | Specifies the
XTextProperty
structure to be used. 使われる XTextProperty 構造体を指定する。 |