VirtualBox

Ignore:
Timestamp:
May 31, 2013 12:45:43 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86133
Message:

Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp: Additional log message if host rejects a particular resolution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp

    r46293 r46342  
    232232        && (uWidth > (ULONG)screen.width())
    233233        && (uWidth > (ULONG)width()))
     234    {
     235        LogRel(("Host rejected width: %u.\n", uWidth));
    234236        *pbSupported = FALSE;
     237    }
    235238    if (   (screen.height() != 0)
    236239        && (uHeight > (ULONG)screen.height())
    237240        && (uHeight > (ULONG)height()))
     241    {
     242        LogRel(("Host rejected height: %u.\n", uHeight));
    238243        *pbSupported = FALSE;
     244    }
    239245    LogFlowThisFunc(("screenW=%lu, screenH=%lu -> aSupported=%s\n",
    240246                    screen.width(), screen.height(), *pbSupported ? "TRUE" : "FALSE"));
Note: See TracChangeset for help on using the changeset viewer.

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