Home
last modified time | relevance | path

Searched refs:pszWindowID (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootless.c206 char pszClass[CLASS_NAME_LENGTH], pszWindowID[12]; in winMWExtWMCreateFrame() local
260 snprintf(pszWindowID, sizeof(pszWindowID), "-%x", s_iWindowID++); in winMWExtWMCreateFrame()
261 pszWindowID[sizeof(pszWindowID) - 1] = 0; in winMWExtWMCreateFrame()
262 strcat(pszClass, pszWindowID); in winMWExtWMCreateFrame()