VirtualBox

Ignore:
Timestamp:
Jan 19, 2015 9:56:10 AM (10 years ago)
Author:
vboxsync
Message:

3D content scaling: keep window size parameters unchanged (not multiplied by scaling factor); update window geometry once scaling factor updated (fixes visual artifacts when Win guest login screen displayed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp

    r53856 r53858  
    18451845            bool rc;
    18461846            rc = pWin->SetScaleFactor((GLdouble)dScaleFactorW, (GLdouble)dScaleFactorH);
    1847 
    1848             /* Sync framebuffer with scaling factor changes. */
    1849             HCR_FRAMEBUFFER pFb = pDpInfo->iFb >= 0 ? CrPMgrFbGet(pDpInfo->iFb) : NULL;
    1850             if (pFb && pFb->pDisplay)
    1851                 pFb->pDisplay->FramebufferChanged(pFb);
    1852 
    18531847            return rc ? 0 : VERR_LOCK_FAILED;
    18541848        }
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