Basic resize of bars

This commit is contained in:
James Booth
2012-04-15 23:53:54 +01:00
parent 0557f78d36
commit a9a3a951be
3 changed files with 33 additions and 19 deletions

View File

@@ -88,6 +88,14 @@ void gui_init(void)
dirty = TRUE;
}
void win_resize(void)
{
create_title_bar();
create_status_bar();
create_input_window();
dirty = TRUE;
}
void gui_refresh(void)
{
title_bar_refresh();