VirtualBox

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


Ignore:
Timestamp:
Nov 10, 2016 3:46:51 PM (8 years ago)
Author:
vboxsync
Message:

Revert r111868 as it's still required for full-screen mode on Ubuntu 15.10.

File:
1 edited

Legend:

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

    r64636 r64642  
    393393Qt::WindowFlags UIMiniToolBar::defaultWindowFlags()
    394394{
     395#ifdef VBOX_WS_X11
     396    /* Depending on current WM: */
     397    switch (vboxGlobal().typeOfWindowManager())
     398    {
     399        /* Frameless top-level window for Unity, issues with tool window there.. */
     400        case X11WMType_Compiz: return Qt::Window | Qt::FramelessWindowHint;
     401        default: break;
     402    }
     403#endif /* VBOX_WS_X11 */
     404
    395405    /* Frameless tool window by default: */
    396406    return Qt::Tool | Qt::FramelessWindowHint;
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