From 4f4844218a93369905980a65bda678d3d7fa2f97 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 16 Apr 2004 09:57:07 +0000 Subject: [PATCH] Made the stopwatch compile for the Player git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4513 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/stopwatch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index 1c017b17a9..c2f5a7940e 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; }