aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
diff options
context:
space:
mode:
authorLibravatar Tadeo Kondrak <me@tadeo.ca>2021-01-29 19:16:57 -0700
committerLibravatar Tudor Brindus <me@tbrindus.ca>2021-02-15 18:24:47 -0500
commit42cbaf278cc96218e38662ba5cb84c7023968bc8 (patch)
tree75be153db89ac37aa56a56454d6827e6df6d7b93 /sway/input
parenttransactions: Amend pending transactions (diff)
downloadsway-42cbaf278cc96218e38662ba5cb84c7023968bc8.tar.gz
sway-42cbaf278cc96218e38662ba5cb84c7023968bc8.tar.zst
sway-42cbaf278cc96218e38662ba5cb84c7023968bc8.zip
text_input: Add support for focusing layer-shell surfaces
Diffstat (limited to 'sway/input')
-rw-r--r--sway/input/seat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 1f5865ee..3c0d9a29 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -1234,6 +1234,7 @@ void seat_set_focus_surface(struct sway_seat *seat,
1234 wlr_seat_keyboard_notify_clear_focus(seat->wlr_seat); 1234 wlr_seat_keyboard_notify_clear_focus(seat->wlr_seat);
1235 } 1235 }
1236 1236
1237 sway_input_method_relay_set_focus(&seat->im_relay, surface);
1237 seat_tablet_pads_notify_enter(seat, surface); 1238 seat_tablet_pads_notify_enter(seat, surface);
1238} 1239}
1239 1240