summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-12-07 17:23:52 +0000
committerNils Wallménius <nils@rockbox.org>2006-12-07 17:23:52 +0000
commit5652b2528d59b77e804f72d4f7c9854275e05b5a (patch)
treeb40cdffab7879a2f95fc714e90050108dad67539 /apps/plugin.c
parent3183aeabacfdf16319f6a998518c405c3eede9dd (diff)
downloadrockbox-5652b2528d59b77e804f72d4f7c9854275e05b5a.tar.gz
rockbox-5652b2528d59b77e804f72d4f7c9854275e05b5a.zip
Always use a black backgound while displaying images in jpegviewer, and use the usual foreground/background colors and backdrop in the jpegviewer menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11684 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index b129493471..9739df4661 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -450,7 +450,9 @@ static const struct plugin_api rockbox_api = {
450 wheel_status, 450 wheel_status,
451 wheel_send_events, 451 wheel_send_events,
452#endif 452#endif
453 453#if LCD_DEPTH > 1
454 lcd_get_backdrop,
455#endif
454 /* new stuff at the end, sort into place next time 456 /* new stuff at the end, sort into place next time
455 the API gets incompatible */ 457 the API gets incompatible */
456 458