summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-05-04 10:58:05 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-05-04 10:58:05 +0000
commitdaa8341a13ddc93981d2c2178b183a13b5e08950 (patch)
tree3a4946cb4b66d0e475aa04bdd8fafc5bd4a5b3e5 /apps/gui/statusbar.h
parent977ad4b5a185cede164cfab9b52ba808bd7ed560 (diff)
downloadrockbox-daa8341a13ddc93981d2c2178b183a13b5e08950.tar.gz
rockbox-daa8341a13ddc93981d2c2178b183a13b5e08950.zip
a bit of code cleanup.. use a single function to get the statusbar height (or lack of if its enabled), and remove some gui_textarea stuff which could be done using the splash. (gui_textarea is on the way out)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17350 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/statusbar.h')
-rw-r--r--apps/gui/statusbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h
index 8862620596..989d1cbe3c 100644
--- a/apps/gui/statusbar.h
+++ b/apps/gui/statusbar.h
@@ -95,5 +95,5 @@ struct gui_syncstatusbar
95 95
96extern void gui_syncstatusbar_init(struct gui_syncstatusbar * bars); 96extern void gui_syncstatusbar_init(struct gui_syncstatusbar * bars);
97extern void gui_syncstatusbar_draw(struct gui_syncstatusbar * bars, bool force_redraw); 97extern void gui_syncstatusbar_draw(struct gui_syncstatusbar * bars, bool force_redraw);
98 98extern int gui_statusbar_height(void);
99#endif /*_GUI_STATUSBAR_H_*/ 99#endif /*_GUI_STATUSBAR_H_*/