aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-18 01:08:49 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-18 01:08:49 +0100
commit394afaba0b6410c163b459404d36a805c3166d51 (patch)
tree80d423abc762ec9fad11e4048e21c8031d610322 /src/ui/chat.h
parentef325fba989867bb5d17b0cf4e3ae8cd653ffd1e (diff)
downloadmessenger-gtk-394afaba0b6410c163b459404d36a805c3166d51.tar.gz
messenger-gtk-394afaba0b6410c163b459404d36a805c3166d51.zip
Implemented message deletion
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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 300a9be..b27f829 100644
--- a/src/ui/chat.h
+++ b/src/ui/chat.h
@@ -38,6 +38,8 @@ typedef struct UI_FILE_LOAD_ENTRY_Handle UI_FILE_LOAD_ENTRY_Handle;
38 38
39typedef struct UI_CHAT_Handle 39typedef struct UI_CHAT_Handle
40{ 40{
41 GHashTable *bindings;
42
41 GList *messages; 43 GList *messages;
42 gdouble edge_value; 44 gdouble edge_value;
43 45