From 7fdfa56454c0fab8cbdfcf50d852dc6fa90d4435 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Wed, 25 Apr 2007 21:44:56 +0000 Subject: Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, but the groundwork is laid for main backdrops too (all that's really needed are menus to set/clear them). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13263 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetree.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/filetree.c') diff --git a/apps/filetree.c b/apps/filetree.c index 088d68ac1e..4a8e9c1868 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -452,6 +452,9 @@ int ft_enter(struct tree_context* c) gui_syncsplash(0, str(LANG_WAIT)); #if LCD_DEPTH > 1 unload_wps_backdrop(); +#endif +#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 + unload_remote_wps_backdrop(); #endif wps_data_load(gui_wps[0].data, buf, true); set_file(buf, (char *)global_settings.wps_file, -- cgit v1.2.3