Added title bar redraw

This commit is contained in:
James Booth
2012-04-20 01:38:04 +01:00
parent ea261b8852
commit 53130f0e78
3 changed files with 14 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ void create_input_window(void);
// title bar actions
void title_bar_refresh(void);
void title_bar_redraw(void);
void title_bar_show(const char * const title);
void title_bar_title(void);
void title_bar_connected(void);