Commit 1316f3b4 authored by Andreas Schlick's avatar Andreas Schlick Committed by Jean-Baptiste Kempf

Qt4: Tell the window manager to keep the fullscreen controller window on top.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 3311fb12660e8b3079526599d7fc14e830f5b09d)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6214dd3a
......@@ -650,7 +650,7 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i, QWi
vout.clear();
#ifdef Q_WS_X11
setWindowFlags( Qt::Window | Qt::FramelessWindowHint );
setWindowFlags( Qt::Window | Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint );
setWindowModality( Qt::ApplicationModal );
#else
setWindowFlags( Qt::ToolTip );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment