summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_display.h
diff options
context:
space:
mode:
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