diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2006-11-15 06:14:27 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2006-11-15 06:14:27 +0000 |
| commit | d6b0c973127377760350ec92f3f1a33af0566835 (patch) | |
| tree | 1052a2407af8e44e2e2b3f8327b2270e9dc655b8 /apps/plugins/fire.c | |
| parent | 9b0ef15c0de787b41b378be88bd01001c1ba3d2d (diff) | |
| download | rockbox-d6b0c973127377760350ec92f3f1a33af0566835.zip rockbox-d6b0c973127377760350ec92f3f1a33af0566835.tar.gz rockbox-d6b0c973127377760350ec92f3f1a33af0566835.tar.bz2 rockbox-d6b0c973127377760350ec92f3f1a33af0566835.tar.xz | |
Don't need to remove the backdrop for all plugins - leave it up for some.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/fire.c')
| -rw-r--r-- | apps/plugins/fire.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c index df46eb9..6f20609 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -409,6 +409,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) rb = api; // copy to global api pointer (void)parameter; + rb->lcd_set_backdrop(NULL); if (rb->global_settings->backlight_timeout > 0) rb->backlight_set_timeout(1);/* keep the light on */ |