summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-08 14:13:51 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-08 14:13:51 +0000
commitf1ee0a4db230bd4b80957ddb882dd8306a7cf4b9 (patch)
tree26239134721c1e01b3d5b27b0242902a13bbf183 /cfg-mplayer.h
parent00c76dea5c1993f00c6af760d157197f1b13fb4a (diff)
downloadmpv-f1ee0a4db230bd4b80957ddb882dd8306a7cf4b9.tar.bz2
mpv-f1ee0a4db230bd4b80957ddb882dd8306a7cf4b9.tar.xz
Reintroduce an ugly variant of the -gui/-nogui options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19361 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 2440f25723..ef9b899a27 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -329,9 +329,8 @@ m_option_t mplayer_opts[]={
{"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
#endif
- {"gui", "Please remove gui=yes from your config file. Run gmplayer if you want the GUI.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
-// {"gui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCMD, 0, 1, NULL},
-// {"nogui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
+ {"gui", "The -gui option will only work as first commandline argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
+ {"nogui", "The -nogui option will only work as first commandline argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
#ifdef HAVE_NEW_GUI
{"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},