From 3cfd8b016170e0f560bffe4e7ea6bd741becefeb Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 27 Aug 2001 00:55:25 +0000 Subject: GUI integration, step 1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1710 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-mplayer.h') 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}, -- cgit v1.2.3