aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/input_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input_state.h b/include/input_state.h
index 711ad633..7119c68b 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -36,6 +36,7 @@ extern struct pointer_state {
} floating;
struct pointer_tiling {
bool resize;
+ swayc_t *init_view;
} tiling;
struct pointer_lock {
bool left;