Changeset 54594 in vbox for trunk/src/VBox
- Timestamp:
- Mar 3, 2015 7:24:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r54565 r54594 2721 2721 pCtx->cViews = pVGAState->cMonitors; 2722 2722 pCtx->fPaused = true; 2723 memset(pCtx->aModeHints, ~0, sizeof( *pCtx->aModeHints));2723 memset(pCtx->aModeHints, ~0, sizeof(pCtx->aModeHints)); 2724 2724 pVGAState->fHostCursorCapabilities = 0; 2725 2725 }
Note:
See TracChangeset
for help on using the changeset viewer.