summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-08-09 17:39:39 +0000
committerThomas Martitz <kugel@rockbox.org>2009-08-09 17:39:39 +0000
commit9f3fc27be4a2483815dacfa3f532ea8d35df650f (patch)
tree10b28f80936509dc3c7cf2a17bdc2df11c00a88f /apps/gui/viewport.h
parentdc4e90341ccf97d1451f46fa1bd4acde5e950298 (diff)
Fix player and greyscale reds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22224 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/viewport.h')
-rw-r--r--apps/gui/viewport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/viewport.h b/apps/gui/viewport.h
index 65a9815bcd..f703c97342 100644
--- a/apps/gui/viewport.h
+++ b/apps/gui/viewport.h
@@ -41,10 +41,12 @@ void viewport_set_defaults(struct viewport *vp, enum screen_type screen);
/* parse a viewport list, which looks like
* X|Y|width|height|font|foregorund color|background color
* | is a separator */
+#ifdef HAVE_LCD_BITMAP
const char* viewport_parse_viewport(struct viewport *vp,
enum screen_type screen,
const char *bufptr,
const char separator);
+#endif
/* Used to specify which screens the statusbar (SB) should be displayed on.
*
* The parameter is a bit OR'ed combination of the following (screen is