aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chats.h')
-rw-r--r--src/ui/chats.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/chats.h b/src/ui/chats.h
index 339cb9c..b355dc7 100644
--- a/src/ui/chats.h
+++ b/src/ui/chats.h
@@ -34,6 +34,8 @@
34 34
35#include "chat_open_dialog.h" 35#include "chat_open_dialog.h"
36 36
37#include "lobby_enter_dialog.h"
38
37struct MESSENGER_Application; 39struct MESSENGER_Application;
38 40
39typedef struct UI_CHATS_Handle 41typedef struct UI_CHATS_Handle
@@ -47,6 +49,8 @@ typedef struct UI_CHATS_Handle
47 struct GNUNET_CHAT_Context *selected; 49 struct GNUNET_CHAT_Context *selected;
48 50
49 UI_CHAT_OPEN_DIALOG_Handle open_dialog; 51 UI_CHAT_OPEN_DIALOG_Handle open_dialog;
52
53 UI_LOBBY_ENTER_DIALOG_Handle enter_dialog;
50} UI_CHATS_Handle; 54} UI_CHATS_Handle;
51 55
52#define UI_CHATS_ROWS_MIN 8 56#define UI_CHATS_ROWS_MIN 8