[vlc-commits] remove X11BypassWindowManagerHint from time tooltip
Mathieu Velten
git at videolan.org
Thu Jun 29 14:01:50 CEST 2017
vlc | branch: master | Mathieu Velten <matmaul at gmail.com> | Wed Jun 28 21:29:40 2017 +0200| [ea9923794767e5e65b0cfb3b9b51a2e593c3d75b] | committer: Jean-Baptiste Kempf
remove X11BypassWindowManagerHint from time tooltip
Fixes #17829
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea9923794767e5e65b0cfb3b9b51a2e593c3d75b
---
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.
More information about the vlc-commits
mailing list