summaryrefslogtreecommitdiffstats
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, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index ca23134725..3836d76d28 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -676,6 +676,10 @@ static const struct plugin_api rockbox_api = {
#endif
crc_32,
open_utf8,
+#ifdef HAVE_LCD_BITMAP
+ viewportmanager_theme_enable,
+ viewportmanager_theme_undo,
+#endif
};
int plugin_load(const char* plugin, const void* parameter)