VirtualBox

Changeset 431 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 30, 2007 1:44:07 PM (18 years ago)
Author:
vboxsync
Message:

Log the video mode hint only when it is actually delivered to the guest.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp

    r332 r431  
    13941394    if (!fSameResolution)
    13951395    {
     1396        LogRel(("VMMDev::SetVideoModeHint: got a video mode hint (%dx%dx%d)\n",
     1397                xres, yres, bpp));
     1398
    13961399        /* we could validate the information here but hey, the guest can do that as well! */
    13971400        pData->displayChangeRequest.xres = xres;
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r422 r431  
    13191319        return setError(E_FAIL, tr("Not enough VRAM for the selected video mode"));
    13201320
    1321     LogRel(("Display::SetVideoModeHint: got a video mode hint (%dx%dx%d)\n",
    1322             aWidth, aHeight, bpp));
    13231321    if (mParent->getVMMDev())
    13241322        mParent->getVMMDev()->getVMMDevPort()->pfnRequestDisplayChange(mParent->getVMMDev()->getVMMDevPort(), aWidth, aHeight, aColorDepth);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette