aboutsummaryrefslogtreecommitdiff
path: root/layout.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-26 20:59:05 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-26 21:04:55 -0400
commit77c11183c22d640939cd8a6a7588329a5879c64c (patch)
tree88d79731cb0563e1986280fa282618de1e121b23 /layout.h
parent7557fb423436f21e485e27ffd7f10e2c15232135 (diff)
refactor to layout
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout.h b/layout.h
index cd1240d..8a4dd75 100644
--- a/layout.h
+++ b/layout.h
@@ -1,4 +1,9 @@
#ifndef LAYOUT_H_
#define LAYOUT_H_
+#include "state.h"
+
+void init_layout(client_state* state);
+void calculate_layout(client_state* state, rect_t* input, rect_t* options, bool recalc_options);
+
#endif