VirtualBox

Changeset 37220 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 26, 2011 10:18:39 AM (14 years ago)
Author:
vboxsync
Message:

Main/Display: correct Framebuffer Dimensions for negative x/yOrigins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r37175 r37220  
    992992    if (!(maFramebuffers[0].fDisabled))
    993993    {
     994        x1 = (int32_t)maFramebuffers[0].xOrigin;
     995        y1 = (int32_t)maFramebuffers[0].yOrigin;
    994996        x2 = mpDrv->IConnector.cx + (int32_t)maFramebuffers[0].xOrigin;
    995997        y2 = mpDrv->IConnector.cy + (int32_t)maFramebuffers[0].yOrigin;
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