VirtualBox

Changeset 32259 in vbox


Ignore:
Timestamp:
Sep 6, 2010 9:51:20 PM (14 years ago)
Author:
vboxsync
Message:

dev/vga: fix vgaPortUpdateDisplayRect for non-zero framebugger vram offset

File:
1 edited

Legend:

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

    r32250 r32259  
    53395339     */
    53405340    pu8Src = s->vram_ptrR3;
    5341     pu8Src += u32OffsetSrc + y * cbLineSrc + x * cbPixelSrc;
     5341    pu8Src += u32OffsetSrc * 4 + y * cbLineSrc + x * cbPixelSrc;
    53425342
    53435343    /* Render VRAM to framebuffer. */
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