aboutsummaryrefslogtreecommitdiff
path: root/layout.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-28 01:40:34 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-28 01:40:34 -0400
commit2b4305b89e0aee24e0f6d5470e4be9abb4854943 (patch)
tree5bb9ce45cebad2110a9afbf60395f9df9c53a2d6 /layout.h
parente42d9bb1834678fb0275dbcdfc84bc80b1ca27a8 (diff)
non fancy scroll
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/layout.h b/layout.h
index 4bb7899..af8f524 100644
--- a/layout.h
+++ b/layout.h
@@ -3,7 +3,6 @@
#include "state.h"
-void init_layout(client_state* state);
-void calculate_layout(client_state* state, rect_t* prompt, rect_t* input, rect_t* options, bool recalc_options);
+void calculate_layout(client_state* state, rect_t* prompt, rect_t* input, rect_t* options, bool recalc_options, bool recalc_pages);
#endif