XChangeProperty performs the following:If mode is PropModeReplace, XChangeProperty discards the previous propertyvalue and stores the new data.
XChangePropertyは以下の動作を行う。 \\(bu 5引き数 mode がPropModeReplaceならば、XChangePropertyは以前のプロパティ値を破棄し、新しいデータを格納する。 - XFree86