diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-16 09:57:07 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-16 09:57:07 +0000 |
| commit | 4f4844218a93369905980a65bda678d3d7fa2f97 (patch) | |
| tree | 34896c4120127397d8a3487a48371bdb0613fd21 /apps/plugins | |
| parent | ffdbd449eb91e8be368dce22d7271d44a85c33ab (diff) | |
| download | rockbox-4f4844218a93369905980a65bda678d3d7fa2f97.zip rockbox-4f4844218a93369905980a65bda678d3d7fa2f97.tar.gz rockbox-4f4844218a93369905980a65bda678d3d7fa2f97.tar.bz2 rockbox-4f4844218a93369905980a65bda678d3d7fa2f97.tar.xz | |
Made the stopwatch compile for the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4513 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/stopwatch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index 1c017b1..c2f5a79 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -191,7 +191,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) } } +#ifdef HAVE_LCD_BITMAP rb->lcd_update(); +#endif } return true; } |