diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-07 14:38:14 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-07 14:38:14 +0000 |
commit | 4b58b17a2aa8818482a44e057301448057e31d05 (patch) | |
tree | 3b9a26cc6f30cffc976a9609298b5fc8c9aeea4b /src/xine-engine/configfile.h | |
parent | 7b0f0295ef02cfe9dcf9218d5563d251afc16847 (diff) | |
download | xine-lib-4b58b17a2aa8818482a44e057301448057e31d05.tar.gz xine-lib-4b58b17a2aa8818482a44e057301448057e31d05.tar.bz2 |
* fix config file loading: enums are read as numbers, although written as strings
-> read and update them as strings
* remove the obsolete CONFIG_TYPE_* constants and replace them with
XINE_CONFIG_TYPE_* from xine.h
CVS patchset: 6496
CVS date: 2004/05/07 14:38:14
Diffstat (limited to 'src/xine-engine/configfile.h')
-rw-r--r-- | src/xine-engine/configfile.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h index 8376730f5..781cf14af 100644 --- a/src/xine-engine/configfile.h +++ b/src/xine-engine/configfile.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: configfile.h,v 1.33 2003/12/09 00:02:36 f1rmb Exp $ + * $Id: configfile.h,v 1.34 2004/05/07 14:38:14 mroi Exp $ * * config file management * @@ -89,17 +89,6 @@ struct cfg_entry_s { void *callback_data; }; -/* - * config entry data types - */ - -#define CONFIG_TYPE_UNKNOWN 0 -#define CONFIG_TYPE_RANGE 1 -#define CONFIG_TYPE_STRING 2 -#define CONFIG_TYPE_ENUM 3 -#define CONFIG_TYPE_NUM 4 -#define CONFIG_TYPE_BOOL 5 - struct config_values_s { /* |