From 942bc9449ea587fc3d50a468da56df32baf0748f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 23 Apr 2003 11:26:25 +0000 Subject: Only redraw the status line when info actually changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3588 a1c6a512-1295-4272-9138-f99709370657 --- apps/status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/status.h') diff --git a/apps/status.h b/apps/status.h index 34603656b6..203c7a80d7 100644 --- a/apps/status.h +++ b/apps/status.h @@ -35,7 +35,7 @@ void status_set_playmode(enum playmode mode); #ifdef HAVE_LCD_BITMAP bool statusbar(bool state); #endif -void status_draw(void); +void status_draw(bool force_redraw); #if defined(HAVE_LCD_CHARCELLS) void status_set_record(bool b); -- cgit v1.2.3