1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/gui/skin_engine
William Wilgus ef03dde011 skin_parser small clean up add percent_parse_param()
consolidate the logic for PERCENT tags to a single function

is_default() check is redundant in parse_albumart_load()
static bool isdefault(struct skin_tag_parameter *param)
{
    return param->type == DEFAULT;
}

Change-Id: I7391224499624db7a95a2630f96e33827d1e7542
2025-03-03 11:44:26 -05:00
..
skin_backdrops.c [Bugfix] Copy current lcd contents into empty background buffers 2025-01-06 02:26:11 -05:00
skin_display.c Remove NVRAM infavor of a separate cfg file 2025-01-21 00:04:32 -05:00
skin_display.h skin engine: Remove progressbar viewport field 2022-11-23 09:44:23 -05:00
skin_engine.c [Bugfix] #FS13567 5+ fonts WPS file causes next theme loaded to fail 2025-03-02 14:41:06 -05:00
skin_engine.h [Fix Yellow] remove DEBUGF from skin_parser.c cleanup spaces 2024-12-03 01:48:50 -05:00
skin_parser.c skin_parser small clean up add percent_parse_param() 2025-03-03 11:44:26 -05:00
skin_render.c skin_render small cleanup 2024-12-31 20:17:56 -05:00
skin_tokens.c [BugFix] itoa conflicts with mingw rename to itoa_buf 2025-02-18 10:41:18 -05:00
skin_touchsupport.c Remove NVRAM infavor of a separate cfg file 2025-01-21 00:04:32 -05:00
wps_internals.h wps skin_parser free up skin ram with int16_t 2024-12-31 01:53:20 -05:00