Searched defs:cScreensTracked (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddisplay.cpp81 unsigned cScreensTracked; member in struct:DISPLAYSTATE
143 pState->cScreensTracked = 0;
153 if (iDisplay >= pState->cScreensTracked)
160 for (i = pState->cScreensTracked; i < iDisplay + 1; ++i)
162 pState->cScreensTracked = iDisplay + 1;
176 long *paSizeHints = (long *)RTMemTmpAllocZ(pState->cScreensTracked * sizeof(long));
181 for (i = 0; i < pState->cScreensTracked; ++i)
190 XA_INTEGER, 32, PropModeReplace, (unsigned char *)paSizeHints, pState->cScreensTracked);
204 for (i = 0; i < pState->cScreensTracked; ++i)
216 for (i = 0; i < pState->cScreensTracked;
265 unsigned i, cScreensTracked; local
[all...]

Completed in 43 milliseconds