Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
4d268944
Commit
4d268944
authored
Nov 21, 2004
by
zorglub
Browse files
Forgot this
parent
2b819bc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/skins2/src/vlcproc.cpp
View file @
4d268944
...
...
@@ -98,6 +98,9 @@ VlcProc::VlcProc( intf_thread_t *pIntf ): SkinObject( pIntf ),
// Called when the playlist changes
var_AddCallback
(
pIntf
->
p_sys
->
p_playlist
,
"intf-change"
,
onIntfChange
,
this
);
/* FIXME : properly handle item-append*/
var_AddCallback
(
pIntf
->
p_sys
->
p_playlist
,
"item-append"
,
onIntfChange
,
this
);
// Called when the "interface shower" wants us to show the skin
var_AddCallback
(
pIntf
->
p_sys
->
p_playlist
,
"intf-show"
,
onIntfShow
,
this
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment