summaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_down.c
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-01-15 16:38:31 -0500
committerLibravatar emersion <contact@emersion.fr>2019-01-15 22:45:01 +0100
commit638b04b3e0feabc52e474b3a96ab71c86f4e74f4 (patch)
tree73e0f474e54bf5d7da25225172a5d9f0c7269829 /sway/input/seatop_down.c
parentDo not send ipc_event_shutdown from ipc client (diff)
downloadsway-638b04b3e0feabc52e474b3a96ab71c86f4e74f4.tar.gz
sway-638b04b3e0feabc52e474b3a96ab71c86f4e74f4.tar.zst
sway-638b04b3e0feabc52e474b3a96ab71c86f4e74f4.zip
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 (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,
74 seat->seatop_impl = &seatop_impl; 74 seat->seatop_impl = &seatop_impl;
75 seat->seatop_data = e; 75 seat->seatop_data = e;
76 seat->seatop_button = button; 76 seat->seatop_button = button;
77
78 container_raise_floating(con);
77} 79}