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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddisplay.cpp56 bool fUpdatePosition; member in struct:screenInformation
149 unsigned x, unsigned y, bool fEnabled, bool fUpdatePosition)
171 pState->paScreenInformation[iDisplay].fUpdatePosition = fUpdatePosition;
223 if (pState->paScreenInformation[i].fUpdatePosition)
229 pState->paScreenInformation[i].fUpdateSize = pState->paScreenInformation[i].fUpdatePosition = false;
308 bool fEnabled = true, fUpdatePosition = true; local
313 &fUpdatePosition, true);
323 updateScreenInformation(pState, cx, cy, cBPP, iDisplay, x, y, fEnabled, fUpdatePosition);
148 updateScreenInformation(struct DISPLAYSTATE *pState, unsigned cx, unsigned cy, unsigned cBPP, unsigned iDisplay, unsigned x, unsigned y, bool fEnabled, bool fUpdatePosition) argument

Completed in 43 milliseconds