aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h
index 8e3e51a..99fcc69 100644
--- a/src/application.h
+++ b/src/application.h
@@ -42,6 +42,7 @@
42#include "ui/send_file.h" 42#include "ui/send_file.h"
43#include "ui/settings.h" 43#include "ui/settings.h"
44 44
45#include "bindings.h"
45#include "util.h" 46#include "util.h"
46 47
47typedef enum MESSENGER_ApplicationSignal 48typedef enum MESSENGER_ApplicationSignal
@@ -59,6 +60,8 @@ typedef struct MESSENGER_Application
59 GtkApplication *application; 60 GtkApplication *application;
60 GList *notifications; 61 GList *notifications;
61 62
63 MESSENGER_Bindings *bindings;
64
62 struct { 65 struct {
63 int status; 66 int status;
64 pthread_t tid; 67 pthread_t tid;
@@ -73,8 +76,6 @@ typedef struct MESSENGER_Application
73 struct { 76 struct {
74 int status; 77 int status;
75 78
76 GHashTable *bindings;
77
78 UI_MESSENGER_Handle messenger; 79 UI_MESSENGER_Handle messenger;
79 80
80 UI_INVITE_CONTACT_Handle invite_contact; 81 UI_INVITE_CONTACT_Handle invite_contact;