From 77936e6ec5c2d71f605df855ed24677c307b1bc7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 16 Mar 2004 13:44:56 +0000 Subject: First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657 --- apps/status.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/status.h') diff --git a/apps/status.h b/apps/status.h index 72a490f499..3c501e019b 100644 --- a/apps/status.h +++ b/apps/status.h @@ -35,7 +35,11 @@ void status_set_playmode(enum playmode mode); #ifdef HAVE_LCD_BITMAP bool statusbar(bool state); void buttonbar_set(char* caption1, char* caption2, char* caption3); +void buttonbar_unset(void); +bool buttonbar_isset(void); void buttonbar_draw(void); + +#define BUTTONBAR_HEIGHT 8 #endif void status_draw(bool force_redraw); -- cgit v1.2.3