Searched refs:textProp (Results 1 – 1 of 1) sorted by relevance
400 XTextProperty textProp; in onSetTitle() local401 textProp.value = (unsigned char*)title; in onSetTitle()402 textProp.format = 8; in onSetTitle()403 textProp.nitems = strlen((char*)textProp.value); in onSetTitle()404 textProp.encoding = XA_STRING; in onSetTitle()405 XSetWMName(fUnixWindow.fDisplay, fUnixWindow.fWin, &textProp); in onSetTitle()