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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddisplay.cpp55 bool fUpdateSize; member in struct:screenInformation
170 pState->paScreenInformation[iDisplay].fUpdateSize = true;
205 if (pState->paScreenInformation[i].fUpdateSize)
207 if ( !pState->fHaveRandR12 && pState->paScreenInformation[0].fUpdateSize
213 pState->paScreenInformation[0].fUpdateSize = false;
218 if (pState->paScreenInformation[i].fUpdateSize)
229 pState->paScreenInformation[i].fUpdateSize = pState->paScreenInformation[i].fUpdatePosition = false;
254 pState->paScreenInformation[i].fUpdateSize = true;
256 pState->paScreenInformation[0].fUpdateSize = true;

Completed in 43 milliseconds