summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index b129493471..9739df4661 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -450,7 +450,9 @@ static const struct plugin_api rockbox_api = {
450 wheel_status, 450 wheel_status,
451 wheel_send_events, 451 wheel_send_events,
452#endif 452#endif
453 453#if LCD_DEPTH > 1
454 lcd_get_backdrop,
455#endif
454 /* new stuff at the end, sort into place next time 456 /* new stuff at the end, sort into place next time
455 the API gets incompatible */ 457 the API gets incompatible */
456 458