about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-12 21:36:01 +0000
committerJames Booth <boothj5@gmail.com>2012-02-12 21:36:01 +0000
commitcdbd0d2f0a2b945a8bf0b6ab17dafaf0d0cf90bf (patch)
tree0e094d7e347ed399c60163230c09557cbe069fbb /windows.h
parentae84c92d230d752dbb27a9cbd17f479873438391 (diff)
downloadprofani-tty-cdbd0d2f0a2b945a8bf0b6ab17dafaf0d0cf90bf.tar.gz
Only switch to active chats
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index 0614bbdc..37d5f1c9 100644
--- a/windows.h
+++ b/windows.h
@@ -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);