Changeset 431 in vbox for trunk/src/VBox
- Timestamp:
- Jan 30, 2007 1:44:07 PM (18 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 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; -
trunk/src/VBox/Main/DisplayImpl.cpp
r422 r431 1319 1319 return setError(E_FAIL, tr("Not enough VRAM for the selected video mode")); 1320 1320 1321 LogRel(("Display::SetVideoModeHint: got a video mode hint (%dx%dx%d)\n",1322 aWidth, aHeight, bpp));1323 1321 if (mParent->getVMMDev()) 1324 1322 mParent->getVMMDev()->getVMMDevPort()->pfnRequestDisplayChange(mParent->getVMMDev()->getVMMDevPort(), aWidth, aHeight, aColorDepth);
Note:
See TracChangeset
for help on using the changeset viewer.