Changeset 96950 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Sep 30, 2022 10:19:06 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153861
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r96407 r96950 1646 1646 { 1647 1647 VBVACMDHDR cmd; 1648 1649 ASSERT_GUEST_LOGREL_MSG_RETURN(w > 0 && h > 0, 1650 ("vmsvgaR3UpdateScreen: screen %d (%d,%d) %dx%d: Invalid height and/or width supplied.\n", 1651 pScreen->idScreen, x, y, w, h), 1652 VERR_INVALID_PARAMETER); 1653 1648 1654 cmd.x = (int16_t)(pScreen->xOrigin + x); 1649 1655 cmd.y = (int16_t)(pScreen->yOrigin + y);
Note:
See TracChangeset
for help on using the changeset viewer.