Changeset 56279 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm
- Timestamp:
- Jun 8, 2015 6:09:47 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.cpp
r49449 r56279 428 428 const RECT *pRect = pInfo->pRect; 429 429 UINT bpp = vboxWddmCalcBitsPerPixel(pAlloc->SurfDesc.format); 430 uint32_t width, height, pitch ;430 uint32_t width, height, pitch = 0; 431 431 void *pvData; 432 432 if (pAlloc->LockInfo.fFlags.AreaValid)
Note:
See TracChangeset
for help on using the changeset viewer.