forked from len0rd/rockbox
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
|
||
|---|---|---|
| .. | ||
| skin_backdrops.c | ||
| skin_display.c | ||
| skin_display.h | ||
| skin_engine.c | ||
| skin_engine.h | ||
| skin_parser.c | ||
| skin_render.c | ||
| skin_tokens.c | ||
| skin_touchsupport.c | ||
| wps_internals.h | ||