diff options
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r-- | apps/settings_list.h | 1 |
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 { #define F_TABLE_SETTING 0x2000 #define F_ALLOW_ARBITRARY_VALS 0x4000 #define F_CB_ON_SELECT_ONLY 0x20000 +#define F_CB_ON_SELECT_ONLY_IF_CHANGED (F_CB_ON_SELECT_ONLY|F_TEMPVAR) /* these use the _isfunc_type type for the function */ /* typedef int (*_isfunc_type)(void); */ #define F_MIN_ISFUNC 0x100000 /* min(above) is function pointer to above type */ |