diff options
Diffstat (limited to 'src/ui/chats.h')
-rw-r--r-- | src/ui/chats.h | 4 |
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 @@ #include "chat_open_dialog.h" +#include "lobby_enter_dialog.h" + struct MESSENGER_Application; typedef struct UI_CHATS_Handle @@ -47,6 +49,8 @@ typedef struct UI_CHATS_Handle struct GNUNET_CHAT_Context *selected; UI_CHAT_OPEN_DIALOG_Handle open_dialog; + + UI_LOBBY_ENTER_DIALOG_Handle enter_dialog; } UI_CHATS_Handle; #define UI_CHATS_ROWS_MIN 8 |