diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h index 6e35bf6..1c3d638 100644 --- a/src/application.h +++ b/src/application.h | |||
@@ -55,6 +55,8 @@ typedef struct MESSENGER_Application | |||
55 | } chat; | 55 | } chat; |
56 | 56 | ||
57 | struct { | 57 | struct { |
58 | gboolean mobile; | ||
59 | |||
58 | UI_MESSENGER_Handle messenger; | 60 | UI_MESSENGER_Handle messenger; |
59 | } ui; | 61 | } ui; |
60 | } MESSENGER_Application; | 62 | } MESSENGER_Application; |