Changeset 75939 in vbox
- Timestamp:
- Dec 4, 2018 9:12:54 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r75723 r75939 1218 1218 case SVGA_REG_NUM_DISPLAYS: /* (Deprecated) */ 1219 1219 STAM_REL_COUNTER_INC(&pThis->svga.StatRegNumDisplaysRd); 1220 /** @todo keep 1? */ 1221 *pu32 = 1; /* Must return something sensible here otherwise the Linux driver will take a legacy code path without 3d support. */ 1220 /* We must return something sensible here otherwise the Linux driver 1221 * will take a legacy code path without 3d support. This number also 1222 * limits how many screens Linux guests will allow. */ 1223 *pu32 = 32; 1222 1224 break; 1223 1225
Note:
See TracChangeset
for help on using the changeset viewer.

