1
0
Fork 0
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:
Thomas Martitz 2009-08-17 00:15:00 +00:00
parent be8d654509
commit f503ebadab

View file

@ -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";