VirtualBox

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.

File:
1 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;
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