From 2565389402662a5f29c0c00eb1db3d80b1f37478 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 27 Jan 2010 06:47:56 +0000 Subject: futile attempt to keep the ondioSP rombox working. This will almost certainly be the last release with it. (The backdrop API is chaning very soon after release so this is no big deal) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24340 a1c6a512-1295-4272-9138-f99709370657 --- apps/screen_access.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index 396a0d0e88..31d4b0cf1b 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -147,10 +147,12 @@ struct screen void (*backlight_off)(void); bool (*is_backlight_on)(bool ignore_always_off); void (*backlight_set_timeout)(int index); +#if LCD_DEPTH > 1 bool (*backdrop_load)(enum backdrop_type bdrop, const char* filename); void (*backdrop_unload)(enum backdrop_type bdrop); void (*backdrop_show)(enum backdrop_type bdrop); void (*backdrop_hide)(void); +#endif }; #if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD) -- cgit v1.2.3