summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_display.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-12-20 23:34:28 +0100
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:40 +0100
commit91ef65306bf4e459f430d6dc44e5923d6b9f8399 (patch)
treefefdfa516c8b061371f7a79ed22647aaec1a1922 /apps/gui/skin_engine/skin_display.h
parenteec89a90ffdd077d687914fe18a9e48028f07fb4 (diff)
downloadrockbox-91ef65306bf4e459f430d6dc44e5923d6b9f8399.tar.gz
rockbox-91ef65306bf4e459f430d6dc44e5923d6b9f8399.zip
skin_engine: Adapt put_line().
This allows for code unification and removal of a workaround (STYLE_XY_PIXELS). Change-Id: Ie92d377414cad943cdb06976af10b4f315f32710
Diffstat (limited to 'apps/gui/skin_engine/skin_display.h')
-rw-r--r--apps/gui/skin_engine/skin_display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_display.h b/apps/gui/skin_engine/skin_display.h
index b3422b0360..01a2169952 100644
--- a/apps/gui/skin_engine/skin_display.h
+++ b/apps/gui/skin_engine/skin_display.h
@@ -53,7 +53,7 @@ int evaluate_conditional(struct gui_wps *gwps, int offset,
53 scroll indicates whether the line is a scrolling one or not. 53 scroll indicates whether the line is a scrolling one or not.
54*/ 54*/
55void write_line(struct screen *display, struct align_pos *format_align, 55void write_line(struct screen *display, struct align_pos *format_align,
56 int line, bool scroll, unsigned style); 56 int line, bool scroll, struct line_desc *line_desc);
57void draw_peakmeters(struct gui_wps *gwps, int line_number, 57void draw_peakmeters(struct gui_wps *gwps, int line_number,
58 struct viewport *viewport); 58 struct viewport *viewport);
59#endif 59#endif