- Timestamp:
- Nov 10, 2016 3:14:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp
r63175 r64635 393 393 Qt::WindowFlags UIMiniToolBar::defaultWindowFlags() 394 394 { 395 #ifdef VBOX_WS_X11396 /* 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 405 395 /* Frameless tool window by default: */ 406 396 return Qt::Tool | Qt::FramelessWindowHint;
Note:
See TracChangeset
for help on using the changeset viewer.