From a2fc6415708d2e0bdc83898eda749515046fad90 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Mon, 21 Dec 2009 13:32:43 +0000 Subject: properties,shortcuts_view: enable the theme while showing list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24092 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index ca23134..3836d76 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) -- cgit v1.1