aboutsummaryrefslogtreecommitdiff
path: root/src/ui/message.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-19 21:31:03 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-19 21:31:03 +0100
commit3090047dcd647bd1daddf904472a7f909b00f875 (patch)
tree85b246e1e8ce0729b2426f24e57cc4c40ae1ccc0 /src/ui/message.h
parent43e1bdf4a87b0e6979aa75f36a920e21028c4f74 (diff)
downloadmessenger-gtk-3090047dcd647bd1daddf904472a7f909b00f875.tar.gz
messenger-gtk-3090047dcd647bd1daddf904472a7f909b00f875.zip
Refactored setting ui content and binding widgets
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/message.h')
-rw-r--r--src/ui/message.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/message.h b/src/ui/message.h
index ec4e772..befe536 100644
--- a/src/ui/message.h
+++ b/src/ui/message.h
@@ -48,7 +48,7 @@ typedef struct UI_MESSAGE_Handle
48 struct GNUNET_TIME_Absolute timestamp; 48 struct GNUNET_TIME_Absolute timestamp;
49 const struct GNUNET_CHAT_Message *msg; 49 const struct GNUNET_CHAT_Message *msg;
50 50
51 GtkBuilder *builder; 51 GtkBuilder *builder [2];
52 GtkWidget *message_box; 52 GtkWidget *message_box;
53 53
54 HdyAvatar *sender_avatar; 54 HdyAvatar *sender_avatar;
@@ -75,8 +75,6 @@ typedef struct UI_MESSAGE_Handle
75 75
76 GtkDrawingArea *preview_drawing_area; 76 GtkDrawingArea *preview_drawing_area;
77 77
78 gulong preview_draw_signal;
79
80 GdkPixbuf *preview_image; 78 GdkPixbuf *preview_image;
81 GdkPixbufAnimation *preview_animation; 79 GdkPixbufAnimation *preview_animation;
82 GdkPixbufAnimationIter *preview_animation_iter; 80 GdkPixbufAnimationIter *preview_animation_iter;