Moved chat resource to WIN_CHAT type

This commit is contained in:
James Booth
2014-12-10 01:44:32 +00:00
parent 12d0d22ab3
commit 706f31422d
6 changed files with 19 additions and 17 deletions

View File

@@ -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