From 281f1a1ed6f6213139fbc230dc819bbcbe3ee40a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 14 Aug 2011 13:50:07 +0000 Subject: New skin tags: %Vs() to set the text style and %Vg() to get the viewports gradient colours %Vs(mode[, param]) : mode can be "invert", "color" (where param is the colour to use", "clear" to disable the current style, "gradient" where param is the number of lines the gradient should draw over. %Vg(start colour, end colour, [text colour]), if this tag isnt used the list selection colours from the settings will set the gradient colours git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30302 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/skin_display.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'apps/gui/skin_engine/skin_display.h') 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, line is the index of the line on the screen. 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); +void write_line(struct screen *display, struct align_pos *format_align, + int line, bool scroll, unsigned style); void draw_peakmeters(struct gui_wps *gwps, int line_number, struct viewport *viewport); #endif -- cgit v1.2.3