Searched refs:textProp (Results 1 – 1 of 1) sorted by relevance
377 XTextProperty textProp; in onSetTitle() local378 textProp.value = (unsigned char*)title; in onSetTitle()379 textProp.format = 8; in onSetTitle()380 textProp.nitems = strlen((char*)textProp.value); in onSetTitle()381 textProp.encoding = XA_STRING; in onSetTitle()382 XSetWMName(fUnixWindow.fDisplay, fUnixWindow.fWin, &textProp); in onSetTitle()