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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/gui/skin_engine/skin_display.h b/apps/gui/skin_engine/skin_display.h
index da4bb92aef..9faaea30cf 100644
--- a/apps/gui/skin_engine/skin_display.h
+++ b/apps/gui/skin_engine/skin_display.h
@@ -48,10 +48,8 @@ int evaluate_conditional(struct gui_wps *gwps, int offset,
48 line is the index of the line on the screen. 48 line is the index of the line on the screen.
49 scroll indicates whether the line is a scrolling one or not. 49 scroll indicates whether the line is a scrolling one or not.
50*/ 50*/
51void write_line(struct screen *display, 51void write_line(struct screen *display, struct align_pos *format_align,
52 struct align_pos *format_align, 52 int line, bool scroll, unsigned style);
53 int line,
54 bool scroll);
55void draw_peakmeters(struct gui_wps *gwps, int line_number, 53void draw_peakmeters(struct gui_wps *gwps, int line_number,
56 struct viewport *viewport); 54 struct viewport *viewport);
57#endif 55#endif