[vlc-devel] [PATCH] remove X11BypassWindowManagerHint from time tooltip

Mathieu Velten matmaul at gmail.com
Wed Jun 28 21:29:40 CEST 2017


Fixes #17829
---
 modules/gui/qt/util/timetooltip.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/gui/qt/util/timetooltip.cpp b/modules/gui/qt/util/timetooltip.cpp
index 9afb30ca9e..0657210f1a 100644
--- a/modules/gui/qt/util/timetooltip.cpp
+++ b/modules/gui/qt/util/timetooltip.cpp
@@ -35,8 +35,7 @@ TimeTooltip::TimeTooltip( QWidget *parent ) :
 {
     setWindowFlags( Qt::Tool                    |
                     Qt::WindowStaysOnTopHint    |
-                    Qt::FramelessWindowHint     |
-                    Qt::X11BypassWindowManagerHint );
+                    Qt::FramelessWindowHint     );
 
     // Tell Qt that it doesn't need to erase the background before
     // a paintEvent occurs. This should save some CPU cycles.
-- 
2.13.0



More information about the vlc-devel mailing list