git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
libvlccore: "intf-show" is now a libvlc var instead of a playlist var. This removes...
[vlc.git]
/
modules
/
control
/
hotkeys.c
diff --git
a/modules/control/hotkeys.c
b/modules/control/hotkeys.c
index
fe22dba
..
f2d80d4
100644
(file)
--- a/
modules/control/hotkeys.c
+++ b/
modules/control/hotkeys.c
@@
-226,9
+226,9
@@
static void Run( intf_thread_t *p_intf )
}
/* Interface showing */
else if( i_action == ACTIONID_INTF_SHOW )
}
/* Interface showing */
else if( i_action == ACTIONID_INTF_SHOW )
- var_SetBool( p_
playlist
, "intf-show", true );
+ var_SetBool( p_
intf->p_libvlc
, "intf-show", true );
else if( i_action == ACTIONID_INTF_HIDE )
else if( i_action == ACTIONID_INTF_HIDE )
- var_SetBool( p_
playlist
, "intf-show", false );
+ var_SetBool( p_
intf->p_libvlc
, "intf-show", false );
/* Video Output actions */
else if( i_action == ACTIONID_SNAPSHOT )
{
/* Video Output actions */
else if( i_action == ACTIONID_SNAPSHOT )
{