Changeset 28382 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
- Timestamp:
- Apr 15, 2010 6:03:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r28322 r28382 155 155 156 156 if (VBoxVideoSetCurrentModePerform(pDevExt, pAllocation->u.SurfInfo.width, 157 pAllocation->u.SurfInfo.height, pAllocation->u.SurfInfo.bpp)) 157 pAllocation->u.SurfInfo.height, pAllocation->u.SurfInfo.bpp, 158 (ULONG)pAllocation->offVram)) 158 159 return STATUS_SUCCESS; 159 160
Note:
See TracChangeset
for help on using the changeset viewer.