about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index b324f8c3..de217006 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -40,6 +40,10 @@
 #include "xmpp/xmpp.h"
 
 #define INP_WIN_MAX 1000
+#define NUM_WINS 10
+
+// holds console at index 0 and chat wins 1 through to 9
+ProfWin* windows[NUM_WINS];
 
 // gui startup and shutdown, resize
 void ui_init(void);