diff cfg-mplayer.h @ 23229:ae2a2d5ca64b

new -menu-keepdir option that allows libmenu file browser to always restart browsing from the last place we were instead of current dir
author ben
date Mon, 07 May 2007 16:46:24 +0000
parents 2e95dcd49946
children 10a7279b8e56
line wrap: on
line diff
--- a/cfg-mplayer.h	Mon May 07 15:59:53 2007 +0000
+++ b/cfg-mplayer.h	Mon May 07 16:46:24 2007 +0000
@@ -70,6 +70,7 @@
 
 #ifdef HAVE_MENU
 extern int menu_startup;
+extern int menu_keepdir;
 extern int menu_utf8;
 extern int menu_unicode;
 #ifdef  USE_FRIBIDI
@@ -298,6 +299,7 @@
 	{"menu-root", &menu_root, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
 	{"menu-cfg", &menu_cfg, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
 	{"menu-startup", &menu_startup, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
+	{"menu-keepdir", &menu_keepdir, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
 	{"menu-utf8", &menu_utf8, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 	{"menu-unicode", &menu_unicode, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 #ifdef USE_FRIBIDI