VirtualBox

Changeset 54594 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 3, 2015 7:24:47 AM (10 years ago)
Author:
vboxsync
Message:

Devices/Graphics: re-set the whole mode hint array to un-break remembering sizes across sessions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp

    r54565 r54594  
    27212721             pCtx->cViews = pVGAState->cMonitors;
    27222722             pCtx->fPaused = true;
    2723              memset(pCtx->aModeHints, ~0, sizeof(*pCtx->aModeHints));
     2723             memset(pCtx->aModeHints, ~0, sizeof(pCtx->aModeHints));
    27242724             pVGAState->fHostCursorCapabilities = 0;
    27252725         }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette