summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-29 13:16:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-29 13:16:10 +0000
commitb49d384832d1b344696bf7baeddccdd037d9abb6 (patch)
tree587790810f5e9573cfcf000f092c7907cb43cabe /apps
parent3a78ab9a4f56e3c4dddfb85b7c8a7c89c1ef1c86 (diff)
provide quick screen proto for h300 builds too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6914 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/screens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index a3940db76b..8648f4fb50 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -37,7 +37,7 @@ bool quick_screen(const int, const int);
#define SCREENS_QUICK BUTTON_F2
#endif
-#if CONFIG_KEYPAD == IRIVER_H100_PAD
+#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
bool quick_screen(const int, const int);
#define SCREENS_QUICK BUTTON_MODE
/* Long press already detected so not needed here */