]> git.sesse.net Git - vlc/commit
Qt4: do not set fullscreen window on top (fixes #3712)
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 4 Jun 2010 15:15:45 +0000 (18:15 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 4 Jun 2010 15:30:00 +0000 (18:30 +0300)
commit312d9c3fc4dee049bf25288d7a3f519003c817b4
tree7826545b107eba98b13a2b412e68881bdc0db215
parent09b6b8e32fe1e46e1f69d8dec0df29975a83f649
Qt4: do not set fullscreen window on top (fixes #3712)

Normally, the window will go on top of the stack of normal windows
anyway. If not, we may need to force this, which is different from
always-on-top in any case.

Known issue: toggling video on top while in fullscreen is not
implemented yet.
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/main_interface.cpp