summaryrefslogtreecommitdiffstats
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 27dd6cff..528d5e12 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -37,6 +37,7 @@ extern struct pointer_state {
37 struct pointer_tiling { 37 struct pointer_tiling {
38 bool resize; 38 bool resize;
39 swayc_t *init_view; 39 swayc_t *init_view;
40 wlc_origin *lock_pos;
40 } tiling; 41 } tiling;
41 struct pointer_lock { 42 struct pointer_lock {
42 bool left; 43 bool left;