mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
eec89a90ff
commit
91ef65306b
4 changed files with 54 additions and 65 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue