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