summaryrefslogtreecommitdiff
path: root/src/ui/chats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chats.h')
-rw-r--r--src/ui/chats.h3
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
UI_CHAT_OPEN_DIALOG_Handle open_dialog;
} UI_CHATS_Handle;
+#define UI_CHATS_ROWS_MIN 8
+#define UI_CHATS_COLS_MIN 30
+
void
chats_event(UI_CHATS_Handle *chats,
struct MESSENGER_Application *app,