Changeset 431 in vbox for trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
- Timestamp:
- Jan 30, 2007 1:44:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
r332 r431 1394 1394 if (!fSameResolution) 1395 1395 { 1396 LogRel(("VMMDev::SetVideoModeHint: got a video mode hint (%dx%dx%d)\n", 1397 xres, yres, bpp)); 1398 1396 1399 /* we could validate the information here but hey, the guest can do that as well! */ 1397 1400 pData->displayChangeRequest.xres = xres;
Note:
See TracChangeset
for help on using the changeset viewer.