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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c425 XTextProperty xtpName; local in function:GetWindowName
435 nResult = XGetWMName (pDisplay, iWin, &xtpName);
436 if (!nResult || !xtpName.value || !xtpName.nitems)
444 if (Xutf8TextPropertyToTextList (pDisplay, &xtpName, &ppList, &nNum) >= Success && nNum > 0 && *ppList)
461 XFree (xtpName.value);

Completed in 3 milliseconds