summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index e0e565e504..baf6a2a256 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -791,6 +791,16 @@ static const struct plugin_api rockbox_api = {
791 791
792 /* new stuff at the end, sort into place next time 792 /* new stuff at the end, sort into place next time
793 the API gets incompatible */ 793 the API gets incompatible */
794
795#ifdef HAVE_LCD_BITMAP
796#if CONFIG_CODEC == SWCODEC
797 mixer_channel_set_buffer_hook,
798#endif
799 lcd_set_viewport,
800 viewport_set_fullscreen,
801 lcd_set_framebuffer,
802 lcd_bmp_part,
803#endif
794}; 804};
795 805
796int plugin_load(const char* plugin, const void* parameter) 806int plugin_load(const char* plugin, const void* parameter)