summaryrefslogtreecommitdiffstats
path: root/apps/status.h
diff options
context:
space:
mode:
authorMats Lidell <matsl@rockbox.org>2002-10-15 12:53:33 +0000
committerMats Lidell <matsl@rockbox.org>2002-10-15 12:53:33 +0000
commita87ce29bf87041e6c022f8d3215e5de948bcddea (patch)
treeaa42ca0c5f1fd0ad63da0426cd64dbad926ca5ac /apps/status.h
parent87b66a8895265ba51fab773603601474a95a1325 (diff)
downloadrockbox-a87ce29bf87041e6c022f8d3215e5de948bcddea.tar.gz
rockbox-a87ce29bf87041e6c022f8d3215e5de948bcddea.zip
Draw all icons for player from status_draw. Added set methods for
icons that isn't deduced from somewhere. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2660 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/status.h')
-rw-r--r--apps/status.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/status.h b/apps/status.h
index d908face85..74118f303b 100644
--- a/apps/status.h
+++ b/apps/status.h
@@ -38,4 +38,11 @@ bool statusbar(bool state);
#endif
void status_draw(void);
+#if defined(HAVE_LCD_CHARCELLS)
+void status_set_record(bool b);
+void status_set_audio(bool b);
+void status_set_param(bool b);
+void status_set_usb(bool b);
+#endif
+
#endif