aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 00:49:47 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 00:49:47 -0500
commit96ab21b2766096bdb42d79a0169d42b9ff00e2fb (patch)
tree79857046974ce779f1d410018a422380d6d2627b /include
parentAdded in bspwm like mouse resizing (diff)
downloadsway-96ab21b2766096bdb42d79a0169d42b9ff00e2fb.tar.gz
sway-96ab21b2766096bdb42d79a0169d42b9ff00e2fb.tar.zst
sway-96ab21b2766096bdb42d79a0169d42b9ff00e2fb.zip
Fixes to resizing and added in resize lock once boundaries are exceeded
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 {
36 } floating; 36 } floating;
37 struct pointer_tiling { 37 struct pointer_tiling {
38 bool resize; 38 bool resize;
39 swayc_t *init_view;
39 } tiling; 40 } tiling;
40 struct pointer_lock { 41 struct pointer_lock {
41 bool left; 42 bool left;