Changeset 76171 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Dec 12, 2018 11:36:12 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127426
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r75939 r76171 1221 1221 * will take a legacy code path without 3d support. This number also 1222 1222 * limits how many screens Linux guests will allow. */ 1223 *pu32 = 32;1223 *pu32 = pThis->cMonitors; 1224 1224 break; 1225 1225
Note:
See TracChangeset
for help on using the changeset viewer.