]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
Remove 0.9.x deprecated aliases, add deprecation version where missing
[vlc] / src / libvlc.c
index b8e02bb9cc0cb5022f3ac1f11e8c50435d39e1cb..fc0e65cf3b44a4d0050b5c48e5ea21f3a5996d13 100644 (file)
@@ -533,6 +533,9 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
     var_Create( p_libvlc, "intf-show", VLC_VAR_BOOL );
     var_SetBool( p_libvlc, "intf-show", true );
 
+    /* Create a variable for the Boss Key */
+    var_Create( p_libvlc, "intf-boss", VLC_VAR_VOID );
+
     /* Create a variable for showing the right click menu */
     var_Create( p_libvlc, "intf-popupmenu", VLC_VAR_BOOL );