VirtualBox

Changeset 61494 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 6, 2016 2:28:05 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107827
Message:

FE/Qt: bugref:8387: Fixing wrong #ifdefs in r107747.

File:
1 edited

Legend:

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

    r61493 r61494  
    6262    /* Overriding changeEvent for controlling mini-tool bar visibilty.
    6363     * Hiding tool-bar when machine-window is minimized and show it in full-screen: */
    64 #if defined(Q_WS_WIN) || defined(Q_WS_X11)
     64#if defined(VBOX_WS_WIN) || defined(VBOX_WS_X11)
    6565    if (pChangeEvent->type() == QEvent::WindowStateChange)
    6666    {
     
    8686        }
    8787    }
    88 #endif /* Q_WS_WIN || Q_WS_X11 */
     88#endif /* VBOX_WS_WIN || VBOX_WS_X11 */
    8989
    9090    /* Call to base-class: */
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