Moved window switching

This commit is contained in:
James Booth
2012-02-27 02:01:19 +00:00
parent aa680b98a2
commit 5c9061671e
3 changed files with 40 additions and 57 deletions

View File

@@ -48,13 +48,12 @@ void title_bar_connected(void);
void title_bar_disconnected(void);
// main window actions
int win_is_active(int i);
void win_switch_to(int i);
void win_close_win(void);
int win_in_chat(void);
char *win_get_recipient(void);
void win_show_incomming_msg(char *from, char *message);
void win_show_outgoing_msg(char *from, char *to, char *message);
void win_handle_switch(int *ch);
// console window actions
void cons_help(void);