aboutsummaryrefslogtreecommitdiff
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 @@
32#include "util.h" 32#include "util.h"
33 33
34#include "ui/accounts.h" 34#include "ui/accounts.h"
35#include "ui/chats.h"
35#include "ui/messages.h" 36#include "ui/messages.h"
36 37
37typedef struct MESSENGER_Application 38typedef struct MESSENGER_Application
@@ -44,6 +45,7 @@ typedef struct MESSENGER_Application
44 MESSENGER_Chat chat; 45 MESSENGER_Chat chat;
45 46
46 UI_ACCOUNTS_Handle accounts; 47 UI_ACCOUNTS_Handle accounts;
48 UI_CHATS_Handle chats;
47 UI_MESSAGES_Handle messages; 49 UI_MESSAGES_Handle messages;
48} MESSENGER_Application; 50} MESSENGER_Application;
49 51