diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index e0e565e..baf6a2a 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -791,6 +791,16 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ + +#ifdef HAVE_LCD_BITMAP +#if CONFIG_CODEC == SWCODEC + mixer_channel_set_buffer_hook, +#endif + lcd_set_viewport, + viewport_set_fullscreen, + lcd_set_framebuffer, + lcd_bmp_part, +#endif }; int plugin_load(const char* plugin, const void* parameter) |