Changeset 54165 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 11, 2015 11:53:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r54164 r54165 3536 3536 } 3537 3537 else 3538 # if 0 /** @todo Thank you so very much from anyone using VMSVGA3d! */ 3538 3539 AssertMsgFailed(("Attempt to specify OpenGL content scale factor while 3D acceleration is disabled in VM config. Ignored.\n")); 3540 # else 3541 { 3542 hr = S_OK; 3543 /* Need an interface like this here (and the #ifdefs needs adjusting): 3544 PPDMIDISPLAYPORT pUpPort = mpDrv ? mpDrv->pUpPort : NULL; 3545 if (pUpPort && pUpPort->pfnSetScaleFactor) 3546 pUpPort->pfnSetScaleFactor(pUpPort, aScreeId, aScaleFactorWMultiplied, aScaleFactorHMultiplied); */ 3547 } 3548 # endif 3539 3549 3540 3550 return hr;
Note:
See TracChangeset
for help on using the changeset viewer.