VirtualBox

Changeset 32902 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 5, 2010 10:12:45 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66385
Message:

VGA: If only offsets changed and host does not share VRAM, a full mode update is not needed.

File:
1 edited

Legend:

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

    r32897 r32902  
    23022302        ||  height         != (int)s->last_height
    23032303        ||  s->get_bpp(s)  != (int)s->last_bpp
    2304         ||  offsets_changed)
     2304        || (offsets_changed && !s->fRenderVRAM))
    23052305    {
    23062306        if (fFailOnResize)
Note: See TracChangeset for help on using the changeset viewer.

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