commit 92b8497a0b7cb866dfea2214625c5a58724aa4d6
parent 8432d8a15e4191d602d72efdcb82ea241dd30b86
Author: Ryan Dwyer <ryandwyer1@gmail.com>
Date: Mon, 14 May 2018 11:48:15 +1000
Fix crash when launching programs from dmenu
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sway/tree/view.c b/sway/tree/view.c
@@ -400,7 +400,8 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface) {
}
struct sway_seat *seat = input_manager_current_seat(input_manager);
- struct sway_container *focus = seat_get_focus(seat);
+ struct sway_container *focus =
+ seat_get_focus_inactive(seat, &root_container);
struct sway_container *cont = NULL;
// Check if there's any `assign` criteria for the view