aboutsummaryrefslogtreecommitdiff
path: root/sway/input/seatop_down.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_down.c')
-rw-r--r--sway/input/seatop_down.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/input/seatop_down.c b/sway/input/seatop_down.c
index ad11c5ca..c491e9c2 100644
--- 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);
}