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]
/
src
/
libvlc.c
diff --git
a/src/libvlc.c
b/src/libvlc.c
index
4871e2a
..
871dcac
100644
(file)
--- a/
src/libvlc.c
+++ b/
src/libvlc.c
@@
-896,6
+896,10
@@
int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
/* Create volume callback system. */
var_Create( p_libvlc, "volume-change", VLC_VAR_BOOL );
/* Create volume callback system. */
var_Create( p_libvlc, "volume-change", VLC_VAR_BOOL );
+ /* Create a variable for showing the interface (moved from playlist). */
+ var_Create( p_playlist, "intf-show", VLC_VAR_BOOL );
+ var_SetBool( p_playlist, "intf-show", true );
+
/*
* Get input filenames given as commandline arguments
*/
/*
* Get input filenames given as commandline arguments
*/