diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-06-29 13:16:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-29 13:16:10 +0000 |
commit | b49d384832d1b344696bf7baeddccdd037d9abb6 (patch) | |
tree | 587790810f5e9573cfcf000f092c7907cb43cabe /apps | |
parent | 3a78ab9a4f56e3c4dddfb85b7c8a7c89c1ef1c86 (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.h | 2 |
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 */ |