[vlc-devel] skins2 skin choser
Rafaël Carré
funman at videolan.org
Sat Mar 22 15:10:27 CET 2008
On Sat, 2008-03-22 at 15:03 +0100, Tomasz Moń wrote:
> Updated patch, now it reloads skin on change if skins2 interface is active.
Skin choser shouldn't be a special config defined in libvlc, just use
add_string() in the module declaration.
Also it spells chooser :)
You use 2 different ways to define QString path is that wanted or you
left unwanted debug code ?
QIcon(/*preview.png*/), << are you missing the unzipping code here to
do what you want ?
+ // Do nothing is skins2 is not the main interface
+ if( var_Type( p_intf, "skin-to-load" ) == VLC_VAR_STRING )
I'm not really sure how this defines if skins2 is the main interface.
--
Rafaël Carré <funman at videolan.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080322/55e9eb1b/attachment.sig>
More information about the vlc-devel
mailing list