diff options
Diffstat (limited to 'src/ui/chat_entry.h')
-rw-r--r-- | src/ui/chat_entry.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ui/chat_entry.h b/src/ui/chat_entry.h index 48f2fb7..2315686 100644 --- a/src/ui/chat_entry.h +++ b/src/ui/chat_entry.h | |||
@@ -34,12 +34,13 @@ typedef struct UI_CHAT_ENTRY_Handle | |||
34 | { | 34 | { |
35 | GtkWidget* entry_box; | 35 | GtkWidget* entry_box; |
36 | 36 | ||
37 | HdyAvatar* avatar; | 37 | HdyAvatar* entry_avatar; |
38 | 38 | ||
39 | GtkLabel* title; | 39 | GtkLabel* title_label; |
40 | GtkLabel* timestamp; | 40 | GtkLabel* timestamp_label; |
41 | 41 | ||
42 | GtkLabel* text; | 42 | GtkLabel* text_label; |
43 | GtkImage* read_receipt_image; | ||
43 | } UI_CHAT_ENTRY_Handle; | 44 | } UI_CHAT_ENTRY_Handle; |
44 | 45 | ||
45 | UI_CHAT_ENTRY_Handle* | 46 | UI_CHAT_ENTRY_Handle* |