about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index f329dc36..02128714 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -75,6 +75,7 @@ void ui_contact_offline(const char * const from, const char * const show,
 void ui_disconnected(void);
 void ui_handle_special_keys(const int * const ch);
 void ui_switch_win(const int i);
+gboolean ui_windows_full(void);
 
 // create windows
 void create_title_bar(void);