From 1cf2ec38b1d3fbbe62fab1daf39f617bb64516a9 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Wed, 25 Apr 2007 22:08:00 +0000 Subject: Change some ifdefs for the recent backdrop changes (fixes the yellow builds) and move the backdrop files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13265 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/display_menu.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/menus/display_menu.c') diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c index 9f6b2be624..18506e7304 100644 --- a/apps/menus/display_menu.c +++ b/apps/menus/display_menu.c @@ -29,7 +29,6 @@ #include "tree.h" #include "list.h" #ifdef HAVE_LCD_BITMAP -#include "backdrop.h" #include "peakmeter.h" #endif #include "talk.h" @@ -37,6 +36,10 @@ #include "lcd.h" #include "lcd-remote.h" +#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1)) +#include "backdrop.h" +#endif + #ifdef HAVE_BACKLIGHT int filterfirstkeypress_callback(int action,const struct menu_item_ex *this_item) -- cgit v1.2.3