aboutsummaryrefslogtreecommitdiff
path: root/src/ui/lobby_create_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/lobby_create_dialog.h')
-rw-r--r--src/ui/lobby_create_dialog.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/ui/lobby_create_dialog.h b/src/ui/lobby_create_dialog.h
index f780522..bdc34da 100644
--- a/src/ui/lobby_create_dialog.h
+++ b/src/ui/lobby_create_dialog.h
@@ -28,13 +28,25 @@
28#include <stdlib.h> 28#include <stdlib.h>
29#include <curses.h> 29#include <curses.h>
30 30
31#include <gnunet/platform.h>
32#include <gnunet/gnunet_chat_lib.h>
33#include <gnunet/gnunet_util_lib.h>
34
31struct MESSENGER_Application; 35struct MESSENGER_Application;
32 36
33typedef struct UI_LOBBY_CREATE_DIALOG_Handle 37typedef struct UI_LOBBY_CREATE_DIALOG_Handle
34{ 38{
35 WINDOW **window; 39 WINDOW *window;
40 WINDOW **win;
41
42 int line_index;
43 int line_offset;
44 int line_selected;
45
46 uint64_t selected;
36 47
37 // TODO 48 struct GNUNET_CHAT_Lobby *lobby;
49 char *uri;
38} UI_LOBBY_CREATE_DIALOG_Handle; 50} UI_LOBBY_CREATE_DIALOG_Handle;
39 51
40void 52void