VirtualBox

Ignore:
Timestamp:
Nov 25, 2018 3:59:10 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126914
Message:

Device/Graphics: multiple screens for VMSVGA.

File:
1 edited

Legend:

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

    r74474 r75715  
    22772277    RT_NOREF1(fFailOnResize);
    22782278
    2279     uint32_t const cx        = pThis->svga.uWidth;
     2279    uint32_t const cx        = pThis->last_scr_width;
    22802280    uint32_t const cxDisplay = cx;
    2281     uint32_t const cy        = pThis->svga.uHeight;
    2282     uint32_t       cBits     = pThis->svga.uBpp;
     2281    uint32_t const cy        = pThis->last_scr_height;
     2282    uint32_t       cBits     = pThis->last_bpp;
    22832283
    22842284    if (   cx    == VMSVGA_VAL_UNINITIALIZED
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