Searched refs:textprop (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp520 XTextProperty textprop; local
524 textprop.value = (unsigned char *)pszName;
525 textprop.encoding = XA_STRING;
526 textprop.format = 8;
527 textprop.nitems = strlen(pszName);
531 XSetWMProperties( x_disp, win, &textprop, &textprop,
H A Dvid_sunxil.cpp335 XTextProperty textprop; local
339 textprop.value = (unsigned char *)pszName;
340 textprop.encoding = XA_STRING;
341 textprop.format = 8;
342 textprop.nitems = strlen(pszName);
346 XSetWMProperties( x_disp, win, &textprop, &textprop,

Completed in 40 milliseconds