about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-10 01:44:32 +0000
committerJames Booth <boothj5@gmail.com>2014-12-10 01:44:32 +0000
commit706f31422dc73fff68c2955ec7e830943a5143e2 (patch)
treeada79673c0e450cca5d81897429e9a79939446ed /src/ui/window.h
parent12d0d22ab325aafc38e094f16f76ddf3408da181 (diff)
downloadprofani-tty-706f31422dc73fff68c2955ec7e830943a5143e2.tar.gz
Moved chat resource to WIN_CHAT type
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index c74b7cae..f613c72a 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -71,7 +71,6 @@ typedef struct prof_win_t {
     WINDOW *win;
     ProfBuff buffer;
     char *from;
-    char *chat_resource;
     int y_pos;
     int paged;
     int unread;
@@ -87,6 +86,7 @@ typedef struct prof_win_t {
         struct {
             gboolean is_otr;
             gboolean is_trusted;
+            char *chat_resource;
         } chat;
 
         // WIN_MUC