]> git.sesse.net Git - vlc/commit
skins2: correct skins failing to display a video passed at the command line.
authorErwan Tulou <erwan10@videolan.org>
Fri, 17 Jul 2009 09:29:02 +0000 (11:29 +0200)
committerErwan Tulou <erwan10@videolan.org>
Sat, 18 Jul 2009 13:25:44 +0000 (15:25 +0200)
commit327a0522f3441875102fd9e891c38346e1b4dba4
tree224a9a794cee01c1826316dfa074eae89d355013
parenta8820e3ef72390eea921d4d421e0f8735d053fa6
skins2: correct skins failing to display a video passed at the command line.

skins2 now does some intializations (GUI) in the Run function, and therefore needs the Open function to wait till the Run thread is ready. This patch fully copies the qt4 initialization process.
modules/gui/skins2/src/skin_common.hpp
modules/gui/skins2/src/skin_main.cpp