VirtualBox

Ignore:
Timestamp:
Dec 11, 2009 10:31:55 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55897
Message:

FE/Qt4: is Cocoa specific

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

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

    r25318 r25319  
    28292829    Q_UNUSED (aEvent);
    28302830#ifdef Q_WS_MAC
     2831# ifdef QT_MAC_USE_COCOA
    28312832    if (mIsFullscreen)
    28322833    {
     
    28402841    else
    28412842        SetSystemUIMode (kUIModeNormal, 0);
     2843# endif /* QT_MAC_USE_COCOA */
    28422844#endif
    28432845}
     
    35203522        /* Here we are going really fullscreen */
    35213523        setWindowState (windowState() ^ Qt::WindowFullScreen);
    3522 # ifdef QT_MAC_USE_COCOA
    35233524        changePresentationMode (VBoxChangePresentationModeEvent(aOn));
    3524 # endif /* QT_MAC_USE_COCOA */
    35253525    }
    35263526
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.cpp

    r25318 r25319  
    3636#ifndef Q_WS_MAC
    3737    mCbCheckDockPreview->hide();
     38#endif /* Q_WS_MAC */
     39#ifndef QT_MAC_USE_COCOA
    3840    mCbCheckPresentationMode->hide();
    39 #endif /* Q_WS_MAC */
     41#endif /* QT_MAC_USE_COCOA */
    4042    if (   mCbCheckTrayIcon->isHidden()
    4143        && mCbCheckDockPreview->isHidden()
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