From 39a160c63d65756e6c4dae9dd265a6e9bb0260a0 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 2 Nov 2001 00:47:38 +0000 Subject: added subconfig type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2618 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfgparser.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cfgparser.h b/cfgparser.h index 63ab61f0d8..a955314a3e 100644 --- a/cfgparser.h +++ b/cfgparser.h @@ -13,6 +13,8 @@ #define CONF_TYPE_FUNC_PARAM 5 #define CONF_TYPE_PRINT 6 #define CONF_TYPE_FUNC_FULL 7 +#define CONF_TYPE_SUBCONFIG 8 + #define ERR_NOT_AN_OPTION -1 @@ -31,7 +33,7 @@ struct config { char *name; void *p; - unsigned int type :3; + unsigned int type :4; unsigned int flags:4; float min,max; }; -- cgit v1.2.3