summaryrefslogtreecommitdiffstats
path: root/include/input_state.h
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 00:17:26 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 00:17:26 -0500
commit461da7f87fa970ce4ba1a124e6197554c85d42e5 (patch)
tree1cd3b9e0ba8a5da11bc14d76bf0f48b4514b9f34 /include/input_state.h
parentRewrite of resize command to make it more sane (diff)
downloadsway-461da7f87fa970ce4ba1a124e6197554c85d42e5.tar.gz
sway-461da7f87fa970ce4ba1a124e6197554c85d42e5.tar.zst
sway-461da7f87fa970ce4ba1a124e6197554c85d42e5.zip
Added in bspwm like mouse resizing
Diffstat (limited to 'include/input_state.h')
-rw-r--r--include/input_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/input_state.h b/include/input_state.h
index 782b4b19..711ad633 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -34,6 +34,9 @@ extern struct pointer_state {
34 bool drag; 34 bool drag;
35 bool resize; 35 bool resize;
36 } floating; 36 } floating;
37 struct pointer_tiling {
38 bool resize;
39 } tiling;
37 struct pointer_lock { 40 struct pointer_lock {
38 bool left; 41 bool left;
39 bool right; 42 bool right;