Changeset 77867 in vbox
- Timestamp:
- Mar 25, 2019 9:12:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r77288 r77867 1425 1425 else 1426 1426 { 1427 VBVACMDHDR cmd; 1428 cmd.x = (int16_t)(pScreen->xOrigin + x); 1429 cmd.y = (int16_t)(pScreen->yOrigin + y); 1430 cmd.w = (uint16_t)w; 1431 cmd.h = (uint16_t)h; 1432 1427 1433 pThis->pDrv->pfnVBVAUpdateBegin(pThis->pDrv, pScreen->idScreen); 1434 pThis->pDrv->pfnVBVAUpdateProcess(pThis->pDrv, pScreen->idScreen, &cmd, sizeof(cmd)); 1428 1435 pThis->pDrv->pfnVBVAUpdateEnd(pThis->pDrv, pScreen->idScreen, 1429 1436 pScreen->xOrigin + x, pScreen->yOrigin + y, w, h);
Note:
See TracChangeset
for help on using the changeset viewer.