summaryrefslogtreecommitdiff
path: root/apps/settings_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index 3e8739e525..3a6b0d60c2 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -102,7 +102,7 @@ struct table_setting {
102#define F_TABLE_SETTING 0x2000 102#define F_TABLE_SETTING 0x2000
103#define F_ALLOW_ARBITRARY_VALS 0x4000 103#define F_ALLOW_ARBITRARY_VALS 0x4000
104#define F_CB_ON_SELECT_ONLY 0x20000 104#define F_CB_ON_SELECT_ONLY 0x20000
105#define F_CB_ON_SELECT_ONLY_IF_CHANGED (F_CB_ON_SELECT_ONLY|F_TEMPVAR) 105#define F_CB_ONLY_IF_CHANGED 0x40000
106/* these use the _isfunc_type type for the function */ 106/* these use the _isfunc_type type for the function */
107/* typedef int (*_isfunc_type)(void); */ 107/* typedef int (*_isfunc_type)(void); */
108#define F_MIN_ISFUNC 0x100000 /* min(above) is function pointer to above type */ 108#define F_MIN_ISFUNC 0x100000 /* min(above) is function pointer to above type */