comparison src/rootvis/config.h @ 1005:2346d918470d trunk

[svn] Fixed rootvis' config to only declare stuff once; modified alarm.c to use dbus and made appropriate changes to the build system.
author magma
date Wed, 09 May 2007 14:38:09 -0700
parents d985f0dcdeb0
children
comparison
equal deleted inserted replaced
1004:be2d04b2bd28 1005:2346d918470d
1 #ifndef _RV_CONFIG_H
2 #define _RV_CONFIG_H
3
1 enum valtype { 4 enum valtype {
2 BOOLN, 5 BOOLN,
3 INT, 6 INT,
4 FLOAT, 7 FLOAT,
5 TEXT, 8 TEXT,
53 struct config_value* def; 56 struct config_value* def;
54 }; 57 };
55 58
56 struct config_def Cmain; 59 struct config_def Cmain;
57 struct config_def Cchannel[2]; 60 struct config_def Cchannel[2];
61
62 #endif