skin_engine: Adapt put_line().

This allows for code unification and removal of a workaround (STYLE_XY_PIXELS).

Change-Id: Ie92d377414cad943cdb06976af10b4f315f32710
This commit is contained in:
Thomas Martitz 2013-12-20 23:34:28 +01:00
parent eec89a90ff
commit 91ef65306b
4 changed files with 54 additions and 65 deletions

View file

@ -53,7 +53,7 @@ int evaluate_conditional(struct gui_wps *gwps, int offset,
scroll indicates whether the line is a scrolling one or not.
*/
void write_line(struct screen *display, struct align_pos *format_align,
int line, bool scroll, unsigned style);
int line, bool scroll, struct line_desc *line_desc);
void draw_peakmeters(struct gui_wps *gwps, int line_number,
struct viewport *viewport);
#endif