summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-11-13 00:45:21 +0000
committerJens Arnold <amiconn@rockbox.org>2006-11-13 00:45:21 +0000
commit0297873f6ac3a9dc0844dc3da9d432e4253d555d (patch)
treecebede6c396a335cc6ccef974e20327f2c2a46dc /apps/filetree.c
parent8c3f0681b2347ff51680d61f9226c587a9cfdcee (diff)
downloadrockbox-0297873f6ac3a9dc0844dc3da9d432e4253d555d.tar.gz
rockbox-0297873f6ac3a9dc0844dc3da9d432e4253d555d.zip
Backdrop support for greyscale targets. WPS backdrop is untested.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11520 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 9d5109ceb9..f10c02b449 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -54,7 +54,7 @@ static int boot_size = 0;
54static int boot_cluster; 54static int boot_cluster;
55#endif 55#endif
56 56
57#ifdef HAVE_LCD_COLOR 57#if LCD_DEPTH > 1
58#include "backdrop.h" 58#include "backdrop.h"
59#endif 59#endif
60 60
@@ -466,7 +466,7 @@ int ft_enter(struct tree_context* c)
466 /* wps config file */ 466 /* wps config file */
467 case TREE_ATTR_WPS: 467 case TREE_ATTR_WPS:
468 gui_syncsplash(0, true, str(LANG_WAIT)); 468 gui_syncsplash(0, true, str(LANG_WAIT));
469#ifdef HAVE_LCD_COLOR 469#if LCD_DEPTH > 1
470 unload_wps_backdrop(); 470 unload_wps_backdrop();
471#endif 471#endif
472 wps_data_load(gui_wps[0].data, buf, true); 472 wps_data_load(gui_wps[0].data, buf, true);