diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-03 20:40:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-03 20:40:37 +0000 |
commit | 451f08ad4cfc4fa1f1d14027223e895b1e787ded (patch) | |
tree | 2016ba58349905605d7c83fbc57f47be24f57405 /apps/plugins | |
parent | e43b29dde2db0f04b8d2d8edc0a6c19b5947530c (diff) |
repair x5 build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10451 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/brickmania.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 0743c16055..a76e51203b 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -98,6 +98,10 @@ PLUGIN_HEADER #define UP BUTTON_UP #define DOWN BUTTON_DOWN +/* Only iPod have scroll events */ +#define SCROLL_FWD(x) (0) +#define SCROLL_BACK(x) (0) + #elif CONFIG_KEYPAD == IRIVER_H10_PAD /* grayscale at the moment */ #define QUIT BUTTON_POWER |