diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index c6481e8..90b3837 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -467,7 +467,9 @@ static const struct plugin_api rockbox_api = { #endif /* HAVE_RECORDING */ #endif /* CONFIG_CODEC == SWCODEC */ +#if LCD_DEPTH > 1 lcd_set_backdrop, +#endif }; |