Changeset 53858 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp
- Timestamp:
- Jan 19, 2015 9:56:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp
r53856 r53858 1845 1845 bool rc; 1846 1846 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 1853 1847 return rc ? 0 : VERR_LOCK_FAILED; 1854 1848 }
Note:
See TracChangeset
for help on using the changeset viewer.