]> git.sesse.net Git - vlc/commit
skins2: fix fullscreen issue (black screen when video terminates).
authorErwan Tulou <erwan10@videolan.org>
Sun, 18 Jul 2010 18:27:13 +0000 (20:27 +0200)
committerErwan Tulou <erwan10@videolan.org>
Sun, 18 Jul 2010 20:59:51 +0000 (22:59 +0200)
commit2e298fb87562b7a6470c24091a336b251be64bc4
tree493184df8bb1ec7c9ede76727daddbab0f5980a7
parent532e5d01d788f9c161065321e7ffa057e0041df4
skins2: fix fullscreen issue (black screen when video terminates).

fullscreen is now managed (activation and deactivation) in skins2
 exactly as it is done in qt4.
    - activation when a VOUT_WINDOW_SETFULLSCREEN is received
    - deactivation when (and only when) a vout_window release is received.
modules/gui/skins2/src/vlcproc.cpp
modules/gui/skins2/src/vout_manager.cpp
modules/gui/skins2/src/vout_manager.hpp