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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c151 if (winList.wins) {
155 if (winList.wins[i].region)
156 XDestroyRegion(winList.wins[i].region);
159 free(winList.wins);
160 winList.wins = NULL;
229 winList.wins = (MVWinVisInfo *)(winList.wins ?
230 realloc(winList.wins,winList.allocated*sizeof(MVWinVisInfo)):
234 pWinInfo = &(winList.wins[winList.used++]);
350 if(winList.wins[
[all...]
H A Dmultivis.h74 MVWinVisInfo *wins; member in struct:_winVisInfoList

Completed in 17 milliseconds