aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat.h')
-rw-r--r--src/ui/chat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/chat.h b/src/ui/chat.h
index 250ac08..77e4553 100644
--- a/src/ui/chat.h
+++ b/src/ui/chat.h
@@ -30,6 +30,7 @@
30#include <libnotify/notify.h> 30#include <libnotify/notify.h>
31 31
32typedef struct MESSENGER_Application MESSENGER_Application; 32typedef struct MESSENGER_Application MESSENGER_Application;
33typedef struct UI_PICKER_Handle UI_PICKER_Handle;
33 34
34typedef struct UI_CHAT_Handle 35typedef struct UI_CHAT_Handle
35{ 36{
@@ -49,6 +50,10 @@ typedef struct UI_CHAT_Handle
49 GtkButton *emoji_button; 50 GtkButton *emoji_button;
50 GtkButton *send_record_button; 51 GtkButton *send_record_button;
51 GtkImage *send_record_symbol; 52 GtkImage *send_record_symbol;
53
54 GtkRevealer *picker_revealer;
55
56 UI_PICKER_Handle *picker;
52} UI_CHAT_Handle; 57} UI_CHAT_Handle;
53 58
54UI_CHAT_Handle* 59UI_CHAT_Handle*