diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-21 07:12:05 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-21 07:12:05 -0400 |
commit | 464b49eda26f6a518bda39a8d07e1d9b0f498897 (patch) | |
tree | 7d0c55221b3028c2843da88b41029abac864b4a5 /include/input_state.h | |
parent | cc5713aee6525fd1783c1a9280079f7e9abcd882 (diff) | |
parent | 96ab21b2766096bdb42d79a0169d42b9ff00e2fb (diff) |
Merge pull request #101 from Luminarys/master
Added in basic resizing command.
Diffstat (limited to 'include/input_state.h')
-rw-r--r-- | include/input_state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/input_state.h b/include/input_state.h index a7e0c1ca..27dd6cff 100644 --- a/include/input_state.h +++ b/include/input_state.h @@ -34,6 +34,10 @@ extern struct pointer_state { bool drag; bool resize; } floating; + struct pointer_tiling { + bool resize; + swayc_t *init_view; + } tiling; struct pointer_lock { bool left; bool right; |