Renamed title_bar_redraw -> title_bar_resize

This commit is contained in:
James Booth
2012-04-20 01:48:42 +01:00
parent 6648232ca7
commit caa9556295
3 changed files with 3 additions and 3 deletions

View File

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