Changeset 71167 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 2, 2018 9:02:07 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h
r69976 r71167 656 656 { 657 657 UINT Pitch = (w + 3) / 4; /* <- pitch size in blocks */ 658 Pitch *= 8;/* <- pitch size in bytes */658 Pitch *= 16; /* <- pitch size in bytes */ 659 659 return Pitch; 660 660 }
Note:
See TracChangeset
for help on using the changeset viewer.