]> git.sesse.net Git - vlc/commit
* all: new handling of vout controls to allow serveral layouts/windows
authorCyril Deguet <asmax@videolan.org>
Sat, 22 Apr 2006 23:16:20 +0000 (23:16 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 22 Apr 2006 23:16:20 +0000 (23:16 +0000)
commit91e5a905385d41cb009fd77be58d89b5576f3a45
tree673758b965e5b1692c075daa1929d566b55dc19f
parent34bbcba8efe9b2f508ce07725d8574f6917f409f
* all: new handling of vout controls to allow serveral layouts/windows
 with a vout (if only one is visible at the same time)
 A callback is now called when a layout becomes visible or hidden.
 The vout window is still not reparented correctly if the layout
 is changed while a video is being played...
modules/gui/skins2/controls/ctrl_video.cpp
modules/gui/skins2/controls/ctrl_video.hpp
modules/gui/skins2/src/generic_layout.cpp
modules/gui/skins2/src/generic_layout.hpp
modules/gui/skins2/src/top_window.cpp
modules/gui/skins2/src/top_window.hpp
modules/gui/skins2/src/vlcproc.cpp
modules/gui/skins2/src/vout_window.cpp