summaryrefslogtreecommitdiff
path: root/include/input_state.h
diff options
context:
space:
mode:
authorLuminarys <[email protected]>2015-08-21 00:17:26 -0500
committerLuminarys <[email protected]>2015-08-21 00:17:26 -0500
commit461da7f87fa970ce4ba1a124e6197554c85d42e5 (patch)
tree1cd3b9e0ba8a5da11bc14d76bf0f48b4514b9f34 /include/input_state.h
parentf589731f2912660bab6fdffc14ddcdbac3edd41c (diff)
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 {
bool drag;
bool resize;
} floating;
+ struct pointer_tiling {
+ bool resize;
+ } tiling;
struct pointer_lock {
bool left;
bool right;