Changeset 51604 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 11, 2014 12:16:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r51603 r51604 293 293 bool volatile fVGAResizing; 294 294 295 /* arguments of the last handleDisplayResize() call */296 void *mLastAddress;297 uint32_t mLastBytesPerLine;298 uint32_t mLastBitsPerPixel;299 uint32_t mLastWidth;300 uint32_t mLastHeight;301 uint16_t mLastFlags;302 303 295 VBVAMEMORY *mpVbvaMemory; 304 296 bool mfVideoAccelEnabled;
Note:
See TracChangeset
for help on using the changeset viewer.