Changeset 34383 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Nov 25, 2010 3:57:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVhwa.cpp
r34346 r34383 1110 1110 Status = STATUS_SUCCESS; 1111 1111 #endif 1112 rc = vboxVhwaHlpOverlayUpdate(pOverlay, pOverlayInfo, &DstRect);1112 rc = vboxVhwaHlpOverlayUpdate(pOverlay, pOverlayInfo, DstRect.right ? &DstRect : NULL); 1113 1113 if (!RT_SUCCESS(rc)) 1114 1114 {
Note:
See TracChangeset
for help on using the changeset viewer.