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/bookmark.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/bookmark.c') diff --git a/apps/bookmark.c b/apps/bookmark.c index d4bca415b4..78bbb77c86 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -194,7 +194,11 @@ bool bookmark_autobookmark(void) const struct text_message message={lines, 2}; #endif FOR_NB_SCREENS(i) + { +#if LCD_DEPTH > 1 screens[i].backdrop_show(BACKDROP_MAIN); +#endif + } if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES) { -- cgit v1.2.3