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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index d725bbef59..3e8739e525 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -102,6 +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/* these use the _isfunc_type type for the function */ 106/* these use the _isfunc_type type for the function */
106/* typedef int (*_isfunc_type)(void); */ 107/* typedef int (*_isfunc_type)(void); */
107#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 */