Changeset 56378 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jun 12, 2015 6:10:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r56316 r56378 2115 2115 pConf32->u32Value = VBVA_MAX_RECORD_SIZE; 2116 2116 } 2117 else if (u32Index == VBOX_VBVA_CONF32_MOUSE_CURSOR) 2118 { 2119 #if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2) 2120 pConf32->u32Value = 0; 2121 #else 2122 pConf32->u32Value = VBVA_MOUSE_CURSOR_NO_XOR; 2123 #endif 2124 } 2117 2125 else 2118 2126 {
Note:
See TracChangeset
for help on using the changeset viewer.