summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index 0eeb37e..3e4bede 100644
--- a/src/application.h
+++ b/src/application.h
@@ -32,6 +32,7 @@
#include "util.h"
#include "ui/accounts.h"
+#include "ui/chats.h"
#include "ui/messages.h"
typedef struct MESSENGER_Application
@@ -44,6 +45,7 @@ typedef struct MESSENGER_Application
MESSENGER_Chat chat;
UI_ACCOUNTS_Handle accounts;
+ UI_CHATS_Handle chats;
UI_MESSAGES_Handle messages;
} MESSENGER_Application;