mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
Added in proper resize locking
This commit is contained in:
parent
7ecb55f218
commit
a8eab5492a
3 changed files with 69 additions and 17 deletions
|
|
@ -48,7 +48,7 @@ void release_key(keycode key) {
|
|||
}
|
||||
}
|
||||
|
||||
struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0, 0}, {0, 0, 0, 0}};
|
||||
struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0, {0, 0}}, {0, 0, 0, 0, 0, 0, 0, 0}};
|
||||
|
||||
static struct wlc_geometry saved_floating;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue