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