From 5652b2528d59b77e804f72d4f7c9854275e05b5a Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Thu, 7 Dec 2006 17:23:52 +0000 Subject: 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 --- apps/plugin.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') 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 = { wheel_status, wheel_send_events, #endif - +#if LCD_DEPTH > 1 + lcd_get_backdrop, +#endif /* new stuff at the end, sort into place next time the API gets incompatible */ -- cgit v1.2.3