Changeset 53201 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Nov 4, 2014 3:30:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r53053 r53201 2560 2560 } 2561 2561 #endif /* VBOX_WITH_CROGL && VBOX_WITH_HGCM */ 2562 2563 #ifdef VBOX_WITH_VMSVGA 2564 /* The driver might not have been constructed yet */ 2565 if (mpDrv) 2566 { 2567 mpDrv->pUpPort->pfnSetViewPort(mpDrv->pUpPort, aScreenId, aX, aY, aWidth, aHeight); 2568 } 2569 #endif 2570 2562 2571 return S_OK; 2563 2572 }
Note:
See TracChangeset
for help on using the changeset viewer.