Changeset 8343
- Timestamp:
- 04/24/08 08:08:13 (9 months ago)
- Files:
-
- trunk/src/VBox/Main/GuestImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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;

