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

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dgetmode.c301 void vbvxReadSizesAndCursorIntegrationFromProperties(ScrnInfoPtr pScrn, bool *pfNeedUpdate) argument
357 if (pfNeedUpdate != NULL && fNeedUpdate)
358 *pfNeedUpdate = true;
363 void vbvxReadSizesAndCursorIntegrationFromHGSMI(ScrnInfoPtr pScrn, bool *pfNeedUpdate) argument
393 if (pfNeedUpdate != NULL && fChanged)
394 *pfNeedUpdate = true;

Completed in 43 milliseconds