mirror of
https://github.com/swaywm/sway.git
synced 2024-11-29 11:21:28 +00:00
seatop_begin_down: raise floating
In `seatop_begin_down`, raise the floating container. This appears to have been dropped in the transition to seatops.
This commit is contained in:
parent
686b853047
commit
638b04b3e0
|
@ -74,4 +74,6 @@ void seatop_begin_down(struct sway_seat *seat,
|
||||||
seat->seatop_impl = &seatop_impl;
|
seat->seatop_impl = &seatop_impl;
|
||||||
seat->seatop_data = e;
|
seat->seatop_data = e;
|
||||||
seat->seatop_button = button;
|
seat->seatop_button = button;
|
||||||
|
|
||||||
|
container_raise_floating(con);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue