diff options
| author | Teruaki Kawashima <teru@rockbox.org> | 2009-12-21 13:32:43 +0000 |
|---|---|---|
| committer | Teruaki Kawashima <teru@rockbox.org> | 2009-12-21 13:32:43 +0000 |
| commit | a2fc6415708d2e0bdc83898eda749515046fad90 (patch) | |
| tree | 60aace79c43ea10e721dd6e8a715f50c4643dab5 /apps/plugin.c | |
| parent | 847ac057af1a17a60ab1c9ef4fd5769ae5b22581 (diff) | |
| download | rockbox-a2fc6415708d2e0bdc83898eda749515046fad90.zip rockbox-a2fc6415708d2e0bdc83898eda749515046fad90.tar.gz rockbox-a2fc6415708d2e0bdc83898eda749515046fad90.tar.bz2 rockbox-a2fc6415708d2e0bdc83898eda749515046fad90.tar.xz | |
properties,shortcuts_view: enable the theme while showing list.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24092 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) |