aboutsummaryrefslogtreecommitdiff
path: root/layout.h
diff options
context:
space:
mode:
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