summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-07-29 12:37:48 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-07-29 12:37:48 +0000
commit2d31d77a8ba231cb03ec35863c4c4ce2024f6509 (patch)
treeb85ca1bede3e83695619064ee9a323f0a8da1865 /apps/gui/viewport.h
parente436483b66a931fef6436e9cd3e69eb2b3ff1f7b (diff)
downloadrockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.tar.gz
rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.zip
FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27613 a1c6a512-1295-4272-9138-f99709370657
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__ */