From e42d9bb1834678fb0275dbcdfc84bc80b1ca27a8 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Mon, 27 Oct 2025 19:40:08 -0400 Subject: add prompt --- layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layout.h') diff --git a/layout.h b/layout.h index 8a4dd75..4bb7899 100644 --- a/layout.h +++ b/layout.h @@ -4,6 +4,6 @@ #include "state.h" void init_layout(client_state* state); -void calculate_layout(client_state* state, 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); #endif -- cgit v1.2.3