aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contact_info.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-18 00:02:59 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-18 00:02:59 +0100
commit2ed903525356c027d16fc3ae7cef16a7ee1775af (patch)
tree4af4304a50eccaec315842313c5f8a042e850284 /src/ui/contact_info.h
parentddbfde655bbb235ebd94e1309db3c05b75cbe3b8 (diff)
downloadmessenger-gtk-2ed903525356c027d16fc3ae7cef16a7ee1775af.tar.gz
messenger-gtk-2ed903525356c027d16fc3ae7cef16a7ee1775af.zip
Sorting chats by timestamp and additional safety for touchscreen with flaps
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/contact_info.h')
-rw-r--r--src/ui/contact_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/contact_info.h b/src/ui/contact_info.h
index 9b89f3c..f602073 100644
--- a/src/ui/contact_info.h
+++ b/src/ui/contact_info.h
@@ -50,8 +50,12 @@ typedef struct UI_CONTACT_INFO_Handle
50 GtkButton *reveal_identity_button; 50 GtkButton *reveal_identity_button;
51 GtkButton *open_chat_button; 51 GtkButton *open_chat_button;
52 52
53 GtkWidget *identity_box;
54 GtkLabel *name_label;
55
53 GtkDrawingArea *id_drawing_area; 56 GtkDrawingArea *id_drawing_area;
54 gulong id_draw_signal; 57 gulong id_draw_signal;
58 GtkEntry *id_entry;
55 59
56 GtkButton *back_button; 60 GtkButton *back_button;
57 GtkButton *close_button; 61 GtkButton *close_button;