Changeset 21253 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h
- Timestamp:
- Jul 6, 2009 2:29:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h
r20985 r21253 106 106 volatile uint32_t cPendingBltsSrc; 107 107 volatile uint32_t cPendingBltsDst; 108 volatile uint32_t cPendingFlips; 108 volatile uint32_t cPendingFlipsCurr; 109 volatile uint32_t cPendingFlipsTarg; 109 110 uint32_t cBitsPerPixel; 110 111 }VBOXVHWASURFDESC, *PVBOXVHWASURFDESC;
Note:
See TracChangeset
for help on using the changeset viewer.