diff options
| author | Luminarys <kizunanohikari@gmail.com> | 2015-08-21 00:49:47 -0500 |
|---|---|---|
| committer | Luminarys <kizunanohikari@gmail.com> | 2015-08-21 00:49:47 -0500 |
| commit | 96ab21b2766096bdb42d79a0169d42b9ff00e2fb (patch) | |
| tree | 79857046974ce779f1d410018a422380d6d2627b /include | |
| parent | 461da7f87fa970ce4ba1a124e6197554c85d42e5 (diff) | |
| download | sway-96ab21b2766096bdb42d79a0169d42b9ff00e2fb.tar.xz | |
Fixes to resizing and added in resize lock once boundaries are exceeded
Diffstat (limited to 'include')
| -rw-r--r-- | include/input_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input_state.h b/include/input_state.h index 711ad633..7119c68b 100644 --- a/include/input_state.h +++ b/include/input_state.h @@ -36,6 +36,7 @@ extern struct pointer_state { } floating; struct pointer_tiling { bool resize; + swayc_t *init_view; } tiling; struct pointer_lock { bool left; |
