From 0f7f3467bfcac6091106d2927c3728952d710615 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 15 Oct 2007 10:33:01 +0000 Subject: Integer setting changes to make all those settings consistant on the target. wheel targets, clockwise is increase value archos player, + is increase button targets, up is increase git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15120 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_list.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/settings_list.h') diff --git a/apps/settings_list.h b/apps/settings_list.h index 05da5e8b20..0859b440e1 100644 --- a/apps/settings_list.h +++ b/apps/settings_list.h @@ -103,11 +103,10 @@ struct choice_setting { - a NVRAM setting is removed */ #define F_TEMPVAR 0x0400 /* used if the setting should be set using a temp var */ -#define F_FLIPLIST 0x0800 /* used if the order in the setting screen is backwards */ #define F_NO_WRAP 0x1000 /* used if the list should not wrap */ struct settings_list { - uint32_t flags; /* ____ ___R TFFF ____ NNN_ FTVC IFRB STTT */ + uint32_t flags; /* ____ ___R TFFF ____ NNN_ _TVC IFRB STTT */ void *setting; int lang_id; /* -1 for none */ union storage_type default_val; -- cgit v1.2.3