Changeset 90694 in vbox for trunk/src/VBox
- Timestamp:
- Aug 16, 2021 12:33:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r90447 r90694 959 959 continue; 960 960 961 if (p SVGAState->aScreens[i].xOrigin== -1)961 if (paPositions[i].x == -1) 962 962 continue; 963 if (p SVGAState->aScreens[i].yOrigin== -1)963 if (paPositions[i].y == -1) 964 964 continue; 965 965
Note:
See TracChangeset
for help on using the changeset viewer.