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. --- include/sway/tree/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 273ff364..7fc2d95d 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -271,7 +271,7 @@ void view_set_activated(struct sway_view *view, bool activated); /** * Called when the view requests to be focused. */ -void view_request_activate(struct sway_view *view); +void view_request_activate(struct sway_view *view, struct sway_seat *seat); /** * If possible, instructs the client to change their decoration mode. -- cgit v1.2.3-70-g09d2