]> git.sesse.net Git - vlc/commit
skins2: fix video not properly tied to the right video control
authorErwan Tulou <erwan10@videolan.org>
Mon, 1 Apr 2013 20:33:23 +0000 (22:33 +0200)
committerErwan Tulou <erwan10@videolan.org>
Mon, 1 Apr 2013 21:40:36 +0000 (23:40 +0200)
commit2f0e36e709a09d3e2476538262169721eaac0715
treebf220675a52dd31ee11a790f1838f71f13d2d9bc
parentd782b421ec058512e81e8842d849787d3558c5ad
skins2: fix video not properly tied to the right video control

Certain skins like wmp12 may fail to deal with video controls in some
corner cases. For this skin, no window was set visible and the skin
engine eventually fell back to force the first window to become visible.

This patch is expected to fix trac #8368 (need to be tested on windows)
modules/gui/skins2/controls/ctrl_video.cpp
modules/gui/skins2/controls/ctrl_video.hpp
modules/gui/skins2/src/generic_layout.hpp
modules/gui/skins2/src/vout_manager.cpp