summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.h
diff options
context:
space:
mode:
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_*/