From 2b4305b89e0aee24e0f6d5470e4be9abb4854943 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Tue, 28 Oct 2025 01:40:34 -0400 Subject: non fancy scroll --- layout.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'layout.h') 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 -- cgit v1.2.3