VirtualBox

Changeset 46716 in vbox for trunk/src


Ignore:
Timestamp:
Jun 21, 2013 6:00:14 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86634
Message:

Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp: Revert r86133 . The log entry was creating too much noise.

File:
1 edited

Legend:

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

    r46364 r46716  
    237237        && (uWidth > (ULONG)screen.width())
    238238        && (uWidth > (ULONG)width()))
    239     {
    240         LogRel(("Host rejected width: %u.\n", uWidth));
    241239        *pbSupported = FALSE;
    242     }
     240
    243241    if (   (screen.height() != 0)
    244242        && (uHeight > (ULONG)screen.height())
    245243        && (uHeight > (ULONG)height()))
    246     {
    247         LogRel(("Host rejected height: %u.\n", uHeight));
    248244        *pbSupported = FALSE;
    249     }
     245
    250246    LogFlowThisFunc(("screenW=%lu, screenH=%lu -> aSupported=%s\n",
    251247                    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