summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-10-23 15:40:51 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-10-23 15:40:51 +0000
commit56ddddc274cf3fbefba2f7f634ca4bcb48778883 (patch)
tree1703b0f80588bddcd096bdc1384b8bc838e7246b /apps/plugins/viewer.c
parenta3117328e943c23cf542059386e2ce53a0e796fe (diff)
downloadrockbox-56ddddc274cf3fbefba2f7f634ca4bcb48778883.tar.gz
rockbox-56ddddc274cf3fbefba2f7f634ca4bcb48778883.zip
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15282 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 30d3d37837..f0b8e3ff36 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -206,6 +206,15 @@ PLUGIN_HEADER
206#define VIEWER_MENU BUTTON_REW 206#define VIEWER_MENU BUTTON_REW
207#define VIEWER_AUTOSCROLL BUTTON_PLAY 207#define VIEWER_AUTOSCROLL BUTTON_PLAY
208 208
209#elif CONFIG_KEYPAD == MROBE500_PAD
210#define VIEWER_QUIT BUTTON_POWER
211#define VIEWER_PAGE_UP BUTTON_RC_PLAY
212#define VIEWER_PAGE_DOWN BUTTON_RC_DOWN
213#define VIEWER_SCREEN_LEFT BUTTON_LEFT
214#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
215#define VIEWER_MENU BUTTON_RC_HEART
216#define VIEWER_AUTOSCROLL BUTTON_RC_MODE
217
209#endif 218#endif
210 219
211/* stuff for the bookmarking */ 220/* stuff for the bookmarking */