aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat_entry.h')
-rw-r--r--src/ui/chat_entry.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/ui/chat_entry.h b/src/ui/chat_entry.h
index 4842eaf..48f3116 100644
--- a/src/ui/chat_entry.h
+++ b/src/ui/chat_entry.h
@@ -30,16 +30,17 @@
30typedef struct UI_CHAT_ENTRY_Handle 30typedef struct UI_CHAT_ENTRY_Handle
31{ 31{
32 UI_CHAT_Handle *chat; 32 UI_CHAT_Handle *chat;
33 GtkBuilder *builder;
33 34
34 GtkWidget* entry_box; 35 GtkWidget *entry_box;
35 36
36 HdyAvatar* entry_avatar; 37 HdyAvatar *entry_avatar;
37 38
38 GtkLabel* title_label; 39 GtkLabel *title_label;
39 GtkLabel* timestamp_label; 40 GtkLabel *timestamp_label;
40 41
41 GtkLabel* text_label; 42 GtkLabel *text_label;
42 GtkImage* read_receipt_image; 43 GtkImage *read_receipt_image;
43} UI_CHAT_ENTRY_Handle; 44} UI_CHAT_ENTRY_Handle;
44 45
45UI_CHAT_ENTRY_Handle* 46UI_CHAT_ENTRY_Handle*