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

@@ -108,7 +108,7 @@ void gui_close(void)
void gui_resize(const int ch, const char * const input, const int size)
{
title_bar_redraw();
title_bar_resize();
create_status_bar();
create_input_window();
inp_win_write(input, size);