Changeset 22414 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 24, 2009 2:14:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r22412 r22414 1133 1133 dprintf(("VBoxVideo::VBoxSetupDisplays: finished\n")); 1134 1134 } 1135 #endif /* VBOX_WITH_HGSMI */1135 #endif /* !VBOX_WITH_HGSMI */ 1136 1136 1137 1137 VP_STATUS VBoxVideoFindAdapter(IN PVOID HwDeviceExtension, … … 1253 1253 * with old guest additions. 1254 1254 */ 1255 if (VBoxHGSMIIsSupported ((PDEVICE_EXTENSION)HwDeviceExtension)) 1255 VBoxSetupDisplaysHGSMI((PDEVICE_EXTENSION)HwDeviceExtension, ConfigInfo, AdapterMemorySize); 1256 1257 if (((PDEVICE_EXTENSION)HwDeviceExtension)->u.primary.bHGSMI) 1256 1258 { 1257 1259 LogRel(("VBoxVideo: using HGSMI\n")); 1258 1259 VBoxSetupDisplaysHGSMI((PDEVICE_EXTENSION)HwDeviceExtension, ConfigInfo, AdapterMemorySize);1260 1260 } 1261 1261 #endif /* VBOX_WITH_HGSMI */
Note:
See TracChangeset
for help on using the changeset viewer.