From 842609da6432c054c19c8d10f1660085653daa64 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Wed, 30 Nov 2022 12:02:10 -0700 Subject: view: make request_activate take a seat This way we can move focus on the same seat an activation token originates from. --- sway/desktop/xwayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/desktop') diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c index e15a3341..9c29f66b 100644 --- a/sway/desktop/xwayland.c +++ b/sway/desktop/xwayland.c @@ -630,7 +630,7 @@ static void handle_request_activate(struct wl_listener *listener, void *data) { if (!xsurface->mapped) { return; } - view_request_activate(view); + view_request_activate(view, NULL); transaction_commit_dirty(); } -- cgit v1.2.3