Changeset 54565 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Feb 27, 2015 8:13:49 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98701
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r54168 r54565 2190 2190 pConf32->u32Value = pVGAState->fHostCursorCapabilities; 2191 2191 } 2192 else if (pConf32->u32Index == VBOX_VBVA_CONF32_SCREEN_FLAGS) 2193 { 2194 pConf32->u32Value = VBVA_SCREEN_F_ACTIVE | VBVA_SCREEN_F_DISABLED | VBVA_SCREEN_F_BLANK; 2195 } 2192 2196 else 2193 2197 {
Note:
See TracChangeset
for help on using the changeset viewer.