summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-27 00:55:25 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-27 00:55:25 +0000
commit3cfd8b016170e0f560bffe4e7ea6bd741becefeb (patch)
tree6492d7b8be402d7c684d88534a86ed1598cb6668 /cfg-mplayer.h
parent33e22982882d10b7767c2994595a86437873cc6a (diff)
downloadmpv-3cfd8b016170e0f560bffe4e7ea6bd741becefeb.tar.bz2
mpv-3cfd8b016170e0f560bffe4e7ea6bd741becefeb.tar.xz
GUI integration, step 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1710 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 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},