Changeset 8343 in vbox for trunk/src/VBox
- Timestamp:
- Apr 24, 2008 6:08:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r8323 r8343 374 374 AutoWriteLock alock (this); 375 375 376 LogRel(("The guest supports a maximum resolution of %dx%d\n", 377 aMaxWidth, aMaxHeight)); 376 378 mData.mMaxWidth = aMaxWidth; 377 379 mData.mMaxHeight = aMaxHeight;
Note:
See TracChangeset
for help on using the changeset viewer.