Fixes to resizing and added in resize lock once boundaries are exceeded

This commit is contained in:
Luminarys 2015-08-21 00:49:47 -05:00
parent 461da7f87f
commit 96ab21b276
3 changed files with 35 additions and 12 deletions

View file

@ -36,6 +36,7 @@ extern struct pointer_state {
} floating;
struct pointer_tiling {
bool resize;
swayc_t *init_view;
} tiling;
struct pointer_lock {
bool left;