diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-21 07:12:05 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-21 07:12:05 -0400 |
| commit | aab28d7f8c66a0b94ee65721e6a3d5c5b46e8bf2 (patch) | |
| tree | 7d0c55221b3028c2843da88b41029abac864b4a5 /include/input_state.h | |
| parent | 88f2a4bbb7a08bc8766e3aeae71d16dad141209b (diff) | |
| parent | 06488371b49037f4605c691f7120f9707626458f (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; |
