Changeset 37127 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 17, 2011 2:14:53 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp
r36867 r37127 118 118 for (iMode=0; iMode<VBoxCommonFromDeviceExt(pExt)->cDisplays; ++iMode) 119 119 { 120 uint32_t CustomXRes , CustomYRes, CustomBPP;120 uint32_t CustomXRes = 0, CustomYRes = 0, CustomBPP = 0; 121 121 122 122 if (iMode==0) -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPRegistry.cpp
r36867 r37127 53 53 VP_STATUS VBoxMPCmnRegQueryDword(IN VBOXMPCMNREGISTRY Reg, PWSTR pName, uint32_t *pVal) 54 54 { 55 /* seems like the new code assumes the Reg functions zeroes up the value on failure */ 56 *pVal = 0; 57 55 58 if (!Reg) 56 59 {
Note:
See TracChangeset
for help on using the changeset viewer.