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.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 68841e8698..5b5215f9e9 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -110,7 +110,7 @@ #define PLUGIN_MAGIC 0x526F634B /* RocK */ /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 38 +#define PLUGIN_API_VERSION 39 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any @@ -564,7 +564,9 @@ struct plugin_api { int (*wheel_status)(void); void (*wheel_send_events)(bool send); #endif - +#if LCD_DEPTH > 1 + fb_data* (*lcd_get_backdrop)(void); +#endif /* new stuff at the end, sort into place next time the API gets incompatible */ -- cgit v1.2.3