From 32e27d93e883384cffb846998119ecdfd9b8fed7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 27 Jun 2004 01:05:40 +0000 Subject: 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 --- 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 3c501e019b..c812b9cb75 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); -- cgit