Moved resize code to windows.c, reorder main loop

This commit is contained in:
James Booth
2012-04-17 22:43:35 +01:00
parent 84c864663b
commit 32e025f5cd
4 changed files with 34 additions and 35 deletions

View File

@@ -37,7 +37,6 @@ struct prof_win {
void gui_init(void);
void gui_refresh(void);
void gui_close(void);
void win_resize(void);
// create windows
void create_title_bar(void);