Changeset 48070 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Aug 26, 2013 6:13:22 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88439
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r47450 r48070 2993 2993 if (!fSameResolution) 2994 2994 { 2995 LogRel(("VMMDev::SetVideoModeHint: got a video mode hint (%dx%dx%d) at %d\n", cx, cy, cBits, idxDisplay)); 2995 LogRel(("VMMDev::SetVideoModeHint: got a video mode hint (%dx%dx%d)@(%dx%d),(%d;%d) at %d\n", 2996 cx, cy, cBits, xOrigin, yOrigin, fEnabled, fChangeOrigin, idxDisplay)); 2996 2997 2997 2998 /* we could validate the information here but hey, the guest can do that as well! */
Note:
See TracChangeset
for help on using the changeset viewer.