mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Fixes to resizing and added in resize lock once boundaries are exceeded
This commit is contained in:
parent
461da7f87f
commit
96ab21b276
3 changed files with 35 additions and 12 deletions
|
|
@ -36,6 +36,7 @@ extern struct pointer_state {
|
|||
} floating;
|
||||
struct pointer_tiling {
|
||||
bool resize;
|
||||
swayc_t *init_view;
|
||||
} tiling;
|
||||
struct pointer_lock {
|
||||
bool left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue