diff options
Diffstat (limited to 'src/ui/chats.h')
-rw-r--r-- | src/ui/chats.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/chats.h b/src/ui/chats.h index 85a84eb..339cb9c 100644 --- a/src/ui/chats.h +++ b/src/ui/chats.h | |||
@@ -49,6 +49,9 @@ typedef struct UI_CHATS_Handle | |||
49 | UI_CHAT_OPEN_DIALOG_Handle open_dialog; | 49 | UI_CHAT_OPEN_DIALOG_Handle open_dialog; |
50 | } UI_CHATS_Handle; | 50 | } UI_CHATS_Handle; |
51 | 51 | ||
52 | #define UI_CHATS_ROWS_MIN 8 | ||
53 | #define UI_CHATS_COLS_MIN 30 | ||
54 | |||
52 | void | 55 | void |
53 | chats_event(UI_CHATS_Handle *chats, | 56 | chats_event(UI_CHATS_Handle *chats, |
54 | struct MESSENGER_Application *app, | 57 | struct MESSENGER_Application *app, |