Changeset 26145 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 2, 2010 1:29:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r26142 r26145 377 377 dfprintf(("==> "__FUNCTION__ ", context(0x%x)\n", MiniportDeviceContext)); 378 378 379 dfprintf(("<== "__FUNCTION__ ", context(0x%x)\n", MiniportDeviceContext)); 380 379 381 /* we do not support EDID */ 380 DeviceDescriptor->DescriptorOffset = 0; 381 DeviceDescriptor->DescriptorLength = 0; 382 DeviceDescriptor->DescriptorBuffer = NULL; 383 384 dfprintf(("<== "__FUNCTION__ ", context(0x%x)\n", MiniportDeviceContext)); 385 386 return STATUS_SUCCESS; 382 return STATUS_MONITOR_NO_DESCRIPTOR; 387 383 } 388 384
Note:
See TracChangeset
for help on using the changeset viewer.