diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-27 01:05:40 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-27 01:05:40 +0000 |
| commit | 32e27d93e883384cffb846998119ecdfd9b8fed7 (patch) | |
| tree | b5c26ee52a057c0edeeba25fa10056ab30c566b0 /apps/status.h | |
| parent | 0690ac1966772975879540a4c614b497858ecfb7 (diff) | |
| download | rockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.zip rockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.tar.gz rockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.tar.bz2 rockbox-32e27d93e883384cffb846998119ecdfd9b8fed7.tar.xz | |
The status bar now keeps track of the mpeg status, instead of having to call status_set_playmode() all the time
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4805 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/status.h')
| -rw-r--r-- | apps/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.h b/apps/status.h index 3c501e0..c812b9c 100644 --- a/apps/status.h +++ b/apps/status.h @@ -31,7 +31,7 @@ enum playmode }; void status_init(void); -void status_set_playmode(enum playmode mode); +void status_set_ffmode(enum playmode mode); #ifdef HAVE_LCD_BITMAP bool statusbar(bool state); void buttonbar_set(char* caption1, char* caption2, char* caption3); |