summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-07 16:46:24 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-07 16:46:24 +0000
commitdb48d5baff03fdcbfd130904c23da7a84ef2cc06 (patch)
tree71fda7b30eede7eb34dd53b07f3b92fabffd5885 /cfg-mplayer.h
parent0e71ae2f5fb67cb928d914840ad5fbce4d81c43a (diff)
downloadmpv-db48d5baff03fdcbfd130904c23da7a84ef2cc06.tar.bz2
mpv-db48d5baff03fdcbfd130904c23da7a84ef2cc06.tar.xz
new -menu-keepdir option that allows libmenu file browser to always restart browsing from the last place we were instead of current dir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23247 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index d9092f0a5d..a247785b17 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -70,6 +70,7 @@ extern int WinID;
#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 @@ m_option_t mplayer_opts[]={
{"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