aboutsummaryrefslogtreecommitdiff
path: root/src/ui/accounts.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-08-03 23:47:05 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-08-03 23:47:05 +0200
commitc1344f9692273f2e1bd5688adfb39bda33394a0b (patch)
tree5b98c1e38a9d0793d9c016cfa7fd9e36e5c3295b /src/ui/accounts.h
parent0616015bc457d387dbaa86cd428f119d51511341 (diff)
downloadmessenger-cli-c1344f9692273f2e1bd5688adfb39bda33394a0b.tar.gz
messenger-cli-c1344f9692273f2e1bd5688adfb39bda33394a0b.zip
Implemented dynamic layout with subwindows
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/accounts.h')
-rw-r--r--src/ui/accounts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/accounts.h b/src/ui/accounts.h
index 2ca55b5..fe0e1b1 100644
--- a/src/ui/accounts.h
+++ b/src/ui/accounts.h
@@ -49,6 +49,9 @@ typedef struct UI_ACCOUNTS_Handle
49 UI_ACCOUNT_CREATE_DIALOG_Handle create_dialog; 49 UI_ACCOUNT_CREATE_DIALOG_Handle create_dialog;
50} UI_ACCOUNTS_Handle; 50} UI_ACCOUNTS_Handle;
51 51
52#define UI_ACCOUNTS_ROWS_MIN 5
53#define UI_ACCOUNTS_COLS_MIN 30
54
52void 55void
53accounts_event(UI_ACCOUNTS_Handle *accounts, 56accounts_event(UI_ACCOUNTS_Handle *accounts,
54 struct MESSENGER_Application *app, 57 struct MESSENGER_Application *app,