about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-11 20:20:17 +0000
committerJames Booth <boothj5@gmail.com>2015-01-11 20:20:17 +0000
commitc16871d143a00eeb04d40e7b4ab20590b8ae93c6 (patch)
treebba5887d69f2c1ac17ad30a11dfade2419ef9418 /src/ui/window.h
parent76bd2ec13f5ffc21ddf91eebf3cb2e6dafe3ad75 (diff)
downloadprofani-tty-c16871d143a00eeb04d40e7b4ab20590b8ae93c6.tar.gz
Added remaining chat states
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index b17eb262..b6bd0298 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -47,6 +47,7 @@
 #include "muc.h"
 #include "ui/buffer.h"
 #include "xmpp/xmpp.h"
+#include "chat_state.h"
 
 #define NO_ME           1
 #define NO_DATE         2
@@ -109,6 +110,7 @@ typedef struct prof_chat_win_t {
     ProfWin window;
     char *barejid;
     int unread;
+    ChatState *state;
     gboolean is_otr;
     gboolean is_trusted;
     char *resource_override;