comparison m_config.h @ 10582:d46910228a6b

min/max float->double
author arpi
date Tue, 12 Aug 2003 18:00:08 +0000
parents 39444d65c4cb
children 57bdcdb061d7
comparison
equal deleted inserted replaced
10581:4ebff25d9a05 10582:d46910228a6b
69 struct config { 69 struct config {
70 char *name; 70 char *name;
71 void *p; 71 void *p;
72 struct m_option_type* type; 72 struct m_option_type* type;
73 unsigned int flags; 73 unsigned int flags;
74 float min,max; 74 double min,max;
75 void* priv; 75 void* priv;
76 }; 76 };
77 77
78 78
79 #define CONF_MIN (1<<0) 79 #define CONF_MIN (1<<0)