summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.h
diff options
context:
space:
mode:
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);
41/* parse a viewport list, which looks like 41/* parse a viewport list, which looks like
42 * X|Y|width|height|font|foregorund color|background color 42 * X|Y|width|height|font|foregorund color|background color
43 * | is a separator */ 43 * | is a separator */
44#ifdef HAVE_LCD_BITMAP
44const char* viewport_parse_viewport(struct viewport *vp, 45const char* viewport_parse_viewport(struct viewport *vp,
45 enum screen_type screen, 46 enum screen_type screen,
46 const char *bufptr, 47 const char *bufptr,
47 const char separator); 48 const char separator);
49#endif
48/* Used to specify which screens the statusbar (SB) should be displayed on. 50/* Used to specify which screens the statusbar (SB) should be displayed on.
49 * 51 *
50 * The parameter is a bit OR'ed combination of the following (screen is 52 * The parameter is a bit OR'ed combination of the following (screen is