Changeset 57191 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 5, 2015 12:22:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r57088 r57191 2690 2690 #endif /* VBOX_WITH_CROGL && VBOX_WITH_HGCM */ 2691 2691 2692 #ifdef VBOX_WITH_VMSVGA2693 2692 /* The driver might not have been constructed yet */ 2694 if (mpDrv) 2695 mpDrv->pUpPort->pfnSetViewPort(mpDrv->pUpPort, aScreenId, aX, aY, aWidth, aHeight); 2696 #endif 2693 if (mpDrv && mpDrv->pUpPort->pfnSetViewport) 2694 mpDrv->pUpPort->pfnSetViewport(mpDrv->pUpPort, aScreenId, aX, aY, aWidth, aHeight); 2697 2695 2698 2696 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.