Changeset 51219 in vbox
- Timestamp:
- May 8, 2014 6:52:20 PM (10 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
idl/VirtualBox.xidl (modified) (1 diff)
-
src-client/ConsoleImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r51217 r51219 1142 1142 <desc>Shared folder device.</desc> 1143 1143 </const> 1144 <const name="Graphics " value="7">1145 <desc>Graphics device .</desc>1144 <const name="Graphics3D" value="7"> 1145 <desc>Graphics device 3D activity.</desc> 1146 1146 </const> </enum> 1147 1147 -
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r51217 r51219 2881 2881 } 2882 2882 2883 case DeviceType_Graphics :2883 case DeviceType_Graphics3D: 2884 2884 { 2885 2885 SumLed.u32 |= readAndClearLed(mapCrOglLed);
Note:
See TracChangeset
for help on using the changeset viewer.

