Commit 3311fb12 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>
parent 06ac7b77
......@@ -675,7 +675,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