diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-21 00:17:26 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-21 00:17:26 -0500 |
| commit | 532a3f64a58a10ee9c057fe9e6555de313791d68 (patch) | |
| tree | 1cd3b9e0ba8a5da11bc14d76bf0f48b4514b9f34 /include/input_state.h | |
| parent | 4e0fa462a627cc41a7919fe27bc1c40c7cbcb5a4 (diff) | |
Added in bspwm like mouse resizing
Diffstat (limited to 'include/input_state.h')
| -rw-r--r-- | include/input_state.h | 3 |
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; |
