2 new touch region options... "settings_inc" and "settings_dec" which will increase...
commit4caa8326abd590eb01279dde3f4dc6611a9255c8
authorJonathan Gordon <rockbox@jdgordon.info>
Mon, 6 Sep 2010 13:33:49 +0000 (6 13:33 +0000)
committerJonathan Gordon <rockbox@jdgordon.info>
Mon, 6 Sep 2010 13:33:49 +0000 (6 13:33 +0000)
treec7f0f858ecda565e688b945ab89cd000d8c4fe2c
parent1a92ff099499a657c55e1282dab00276100f99f7
2 new touch region options... "settings_inc" and "settings_dec" which will increase or decrease most of the available settings. To use it put the config name of the setting as the next param after settings_inc... i.e %T(0, 0, 32, 32, settings_inc, repeat)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28009 a1c6a512-1295-4272-9138-f99709370657
apps/gui/option_select.c
apps/gui/option_select.h
apps/gui/skin_engine/skin_engine.h
apps/gui/skin_engine/skin_parser.c
apps/gui/skin_engine/skin_touchsupport.c
apps/gui/skin_engine/wps_internals.h
apps/gui/statusbar-skinned.c
apps/gui/wps.c
apps/radio/radio_skin.c
lib/skin_parser/tag_table.c