sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 638b04b3e0feabc52e474b3a96ab71c86f4e74f4
parent 686b85304730a7287e5ed9d44290b35495910ddb
Author: Brian Ashworth <bosrsf04@gmail.com>
Date:   Tue, 15 Jan 2019 16:38:31 -0500

seatop_begin_down: raise floating

In `seatop_begin_down`, raise the floating container. This appears to
have been dropped in the transition to seatops.

Diffstat:
Msway/input/seatop_down.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sway/input/seatop_down.c b/sway/input/seatop_down.c @@ -74,4 +74,6 @@ void seatop_begin_down(struct sway_seat *seat, seat->seatop_impl = &seatop_impl; seat->seatop_data = e; seat->seatop_button = button; + + container_raise_floating(con); }