mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
move function redone
This commit is contained in:
parent
4757ea6a12
commit
1820b3f0bb
4 changed files with 92 additions and 52 deletions
|
|
@ -297,6 +297,7 @@ void pointer_mode_update(void) {
|
|||
&& !pointer_state.view->is_floating) {
|
||||
// Swap them around
|
||||
swap_container(pointer_state.view, initial.ptr);
|
||||
swap_geometry(pointer_state.view, initial.ptr);
|
||||
update_geometry(pointer_state.view);
|
||||
update_geometry(initial.ptr);
|
||||
// Set focus back to initial view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue