mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
Merge pull request #101 from Luminarys/master
Added in basic resizing command.
This commit is contained in:
commit
464b49eda2
10 changed files with 453 additions and 32 deletions
|
|
@ -48,7 +48,7 @@ void release_key(keycode key) {
|
|||
}
|
||||
}
|
||||
|
||||
struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0, 0, 0}};
|
||||
struct pointer_state pointer_state = {0, 0, {0, 0}, {0}, {0, 0, 0, 0}};
|
||||
|
||||
static struct wlc_geometry saved_floating;
|
||||
|
||||
|
|
@ -72,4 +72,3 @@ void reset_floating(swayc_t *view) {
|
|||
pointer_state.floating = (struct pointer_floating){0,0};
|
||||
pointer_state.lock = (struct pointer_lock){0,0,0,0};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue