summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
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 cba21d8215..4128081ca0 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -230,6 +230,8 @@ struct config conf[]={
{"aa*", vo_aa_parseoption, CONF_TYPE_FUNC_FULL, 0, 0, 0 },
#endif
+ {"gui", &use_gui, CONF_TYPE_FLAG, 0, 0, 1},
+ {"nogui", &use_gui, CONF_TYPE_FLAG, 0, 1, 0},
{"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0},
{"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},