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.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/gui/viewport.h b/apps/gui/viewport.h
index 943cac2451..51ab35e575 100644
--- a/apps/gui/viewport.h
+++ b/apps/gui/viewport.h
@@ -74,25 +74,4 @@ bool viewport_point_within_vp(const struct viewport *vp,
74 74
75#endif /* __PCTOOL__ */ 75#endif /* __PCTOOL__ */
76 76
77#ifdef HAVE_LCD_BITMAP
78
79/*
80 * Parse a viewport definition (vp_def), which looks like:
81 *
82 * Screens with depth > 1:
83 * X|Y|width|height|font|foregorund color|background color
84 * Screens with depth = 1:
85 * X|Y|width|height|font
86 *
87 * | is a separator and can be specified via the parameter
88 *
89 * Returns the pointer to the char after the last character parsed
90 * if everything went OK or NULL if an error happened (some values
91 * not specified in the definition)
92 */
93const char* viewport_parse_viewport(struct viewport *vp,
94 enum screen_type screen,
95 const char *vp_def,
96 const char separator);
97#endif /* HAVE_LCD_BITMAP */
98#endif /* __VIEWPORT_H__ */ 77#endif /* __VIEWPORT_H__ */