summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 8b47af7e02..d9433d7bff 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -119,6 +119,8 @@ static const struct plugin_api rockbox_api = {
119 lcd_get_background, 119 lcd_get_background,
120 lcd_bitmap_part, 120 lcd_bitmap_part,
121 lcd_bitmap, 121 lcd_bitmap,
122 lcd_bitmap_transparent_part,
123 lcd_bitmap_transparent,
122#endif 124#endif
123 lcd_putsxy, 125 lcd_putsxy,
124 lcd_puts_style, 126 lcd_puts_style,