VirtualBox

Changeset 28240 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Apr 13, 2010 10:26:44 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59981
Message:

IDisplay::InvalidateAndUpdate for multimonitor, DrawToScreen fix for non 32 bpp guest modes, DevVGA::DisplayBlt should not align source bitmap width. (xTracker 4655)

File:
1 edited

Legend:

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

    r28235 r28240  
    51185118             * The blitting loop.
    51195119             */
    5120             size_t      cbLineSrc   = RT_ALIGN_Z(cx, 4) * 4;
     5120            size_t      cbLineSrc   = cx * 4; /* 32 bits per pixel. */
    51215121            uint8_t    *pu8Src      = (uint8_t *)pvData;
    51225122            size_t      cbLineDst   = pThis->pDrv->cbScanline;
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