summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-06-29 08:10:19 +0000
committerChristi Scarborough <christi@coraline.org>2005-06-29 08:10:19 +0000
commit1f45cce4262bde3f91844701085076892b4743f8 (patch)
tree74dafdb3ddcb44209f99f9a8f5cf18692d75d792 /apps/screens.h
parent5eb0fff07be422884c42ae465bb04f6ac3722a4d (diff)
downloadrockbox-1f45cce4262bde3f91844701085076892b4743f8.tar.gz
rockbox-1f45cce4262bde3f91844701085076892b4743f8.zip
Move quick menu to MODE button to avoid conflict with page up/down in WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6910 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index e1935e6273..a3940db76b 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -39,7 +39,7 @@ bool quick_screen(const int, const int);
39 39
40#if CONFIG_KEYPAD == IRIVER_H100_PAD 40#if CONFIG_KEYPAD == IRIVER_H100_PAD
41bool quick_screen(const int, const int); 41bool quick_screen(const int, const int);
42#define SCREENS_QUICK BUTTON_ON 42#define SCREENS_QUICK BUTTON_MODE
43 /* Long press already detected so not needed here */ 43 /* Long press already detected so not needed here */
44#endif 44#endif
45 45