forked from len0rd/rockbox
Add the ui viewport to the theme settings, so that it will be in the theme.cfg created by "Save Theme Settings".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22369 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be8d654509
commit
f503ebadab
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@
|
||||||
{load_from_cfg, write_to_cfg, is_change, set_default}}}}
|
{load_from_cfg, write_to_cfg, is_change, set_default}}}}
|
||||||
|
|
||||||
#define VIEWPORT_SETTING(var,name,default) \
|
#define VIEWPORT_SETTING(var,name,default) \
|
||||||
TEXT_SETTING(0,var,name,default, NULL, NULL)
|
TEXT_SETTING(F_THEMESETTING,var,name,default, NULL, NULL)
|
||||||
|
|
||||||
/* some sets of values which are used more than once, to save memory */
|
/* some sets of values which are used more than once, to save memory */
|
||||||
static const char off_on[] = "off,on";
|
static const char off_on[] = "off,on";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue