summaryrefslogtreecommitdiff
path: root/apps/status.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-04-23 11:26:25 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-04-23 11:26:25 +0000
commit942bc9449ea587fc3d50a468da56df32baf0748f (patch)
treeca3731dfb763dbb299fe0edb41fa019263b588a0 /apps/status.h
parent10fd7b6c3b3ed8bfd15ec1a6b67aaff3c4cf2a69 (diff)
downloadrockbox-942bc9449ea587fc3d50a468da56df32baf0748f.tar.gz
rockbox-942bc9449ea587fc3d50a468da56df32baf0748f.zip
Only redraw the status line when info actually changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3588 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/status.h')
-rw-r--r--apps/status.h2
1 files changed, 1 insertions, 1 deletions
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);
35#ifdef HAVE_LCD_BITMAP 35#ifdef HAVE_LCD_BITMAP
36bool statusbar(bool state); 36bool statusbar(bool state);
37#endif 37#endif
38void status_draw(void); 38void status_draw(bool force_redraw);
39 39
40#if defined(HAVE_LCD_CHARCELLS) 40#if defined(HAVE_LCD_CHARCELLS)
41void status_set_record(bool b); 41void status_set_record(bool b);