summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-08-29 14:42:03 +0000
committerThomas Martitz <kugel@rockbox.org>2009-08-29 14:42:03 +0000
commite454a3985275819d998b84bc0cf7b7b8ad9eab00 (patch)
treebae381c959526bd90df6a4675f7c3314950e8c14 /apps/action.h
parent5226a89cce46e53d3c011de1e7b1c1d7b91af734 (diff)
downloadrockbox-e454a3985275819d998b84bc0cf7b7b8ad9eab00.tar.gz
rockbox-e454a3985275819d998b84bc0cf7b7b8ad9eab00.zip
Quickscreen: 4th item
This adds a 4th top item to the quickscreen. It's as configurable as the existing three items. This patch goes along with optimisations for small screens for better displaying of all four items. 14px font is very usable on a 64px height display for example. Left and Top items go through the items in the opposite direction, so that you can mirror a setting and toggle through it in both directions. Default item is party mode, as it's target independant. Flyspray: FS#9706 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22532 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/action.h b/apps/action.h
index eae5f1249b..5df8639cdf 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -191,13 +191,11 @@ enum {
191 /* bookmark screen */ 191 /* bookmark screen */
192 ACTION_BMS_DELETE, 192 ACTION_BMS_DELETE,
193 193
194 /* alarm menu screen */
195
196 /* quickscreen */ 194 /* quickscreen */
197 ACTION_QS_LEFT, 195 ACTION_QS_LEFT,
198 ACTION_QS_RIGHT, 196 ACTION_QS_RIGHT,
199 ACTION_QS_DOWN, 197 ACTION_QS_DOWN,
200 ACTION_QS_DOWNINV, /* why is this not called up?? :p */ 198 ACTION_QS_TOP,
201 199
202 /* pitchscreen */ 200 /* pitchscreen */
203 /* obviously ignore if you dont have thise screen */ 201 /* obviously ignore if you dont have thise screen */