aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat.h')
-rw-r--r--src/ui/chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/chat.h b/src/ui/chat.h
index ae0880e..f065f61 100644
--- a/src/ui/chat.h
+++ b/src/ui/chat.h
@@ -36,6 +36,8 @@ typedef struct UI_PICKER_Handle UI_PICKER_Handle;
36 36
37typedef struct UI_CHAT_Handle 37typedef struct UI_CHAT_Handle
38{ 38{
39 GList *messages;
40
39 GtkBuilder *builder; 41 GtkBuilder *builder;
40 GtkWidget *chat_box; 42 GtkWidget *chat_box;
41 43