diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index b129493..9739df4 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -450,7 +450,9 @@ static const struct plugin_api rockbox_api = { wheel_status, wheel_send_events, #endif - +#if LCD_DEPTH > 1 + lcd_get_backdrop, +#endif /* new stuff at the end, sort into place next time the API gets incompatible */ |