Only switch to active chats

This commit is contained in:
James Booth
2012-02-12 21:36:01 +00:00
parent ae84c92d23
commit cdbd0d2f0a
4 changed files with 33 additions and 12 deletions

View File

@@ -32,6 +32,7 @@ void inp_get_password(char *passwd);
void gui_init(void);
void gui_close(void);
void title_bar_show(char *title);
int is_active(int i);
void switch_to(int i);
void close_win(void);
int in_chat(void);