summaryrefslogtreecommitdiff
path: root/apps/bookmark.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/bookmark.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/bookmark.c')
-rw-r--r--apps/bookmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index cb1735f3d5..e6c6261856 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -51,7 +51,7 @@
51#include "splash.h" 51#include "splash.h"
52#include "yesno.h" 52#include "yesno.h"
53 53
54#ifdef HAVE_LCD_COLOR 54#if LCD_DEPTH > 1
55#include "backdrop.h" 55#include "backdrop.h"
56#endif 56#endif
57 57
@@ -218,7 +218,7 @@ bool bookmark_autobookmark(void)
218 str(LANG_RESUME_CONFIRM_PLAYER)}; 218 str(LANG_RESUME_CONFIRM_PLAYER)};
219 struct text_message message={(char **)lines, 2}; 219 struct text_message message={(char **)lines, 2};
220#endif 220#endif
221#ifdef HAVE_LCD_COLOR 221#if LCD_DEPTH > 1
222 show_main_backdrop(); /* switch to main backdrop as we may come from wps */ 222 show_main_backdrop(); /* switch to main backdrop as we may come from wps */
223#endif 223#endif
224 gui_syncstatusbar_draw(&statusbars, false); 224 gui_syncstatusbar_draw(&statusbars, false);