VirtualBox

Ignore:
Timestamp:
May 22, 2008 1:17:06 PM (17 years ago)
Author:
vboxsync
Message:

gcc-4.3 warning

File:
1 edited

Legend:

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

    r9053 r9054  
    22962296{
    22972297    /* check if it is possible to enter/leave seamless mode */
    2298     if (mIsSeamlessSupported && mIsGraphicsSupported || !aOn)
     2298    if ((mIsSeamlessSupported && mIsGraphicsSupported) || !aOn)
    22992299    {
    23002300        bool ok = toggleFullscreenMode (aOn, true /* aSeamless */);
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