[vlc-devel] [PATCH] remove X11BypassWindowManagerHint from time tooltip
Jean-Baptiste Kempf
jb at videolan.org
Wed Jun 28 23:16:59 CEST 2017
Hello,
This is partly reverting
https://git.videolan.org/?p=vlc.git;a=commit;h=dd601fe869a0e3f3cbfc8a609b197d49d4ce9c5c
Are you sure this is correct? Is this tested on KDE? Did you ask Ludo?
best,
On Wed, 28 Jun 2017, at 21:29, Mathieu Velten wrote:
> 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
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
--
Jean-Baptiste Kempf - President
+33 672 704 734
More information about the vlc-devel
mailing list