aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/launcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/launcher.c')
-rw-r--r--sway/desktop/launcher.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/desktop/launcher.c b/sway/desktop/launcher.c
index 4a4255d7..0c02b997 100644
--- a/sway/desktop/launcher.c
+++ b/sway/desktop/launcher.c
@@ -216,6 +216,8 @@ struct launcher_ctx *launcher_ctx_create(struct wlr_xdg_activation_token_v1 *tok
216 ctx->fallback_name = strdup(fallback_name); 216 ctx->fallback_name = strdup(fallback_name);
217 ctx->token = token; 217 ctx->token = token;
218 ctx->node = node; 218 ctx->node = node;
219 // Having surface set means that the focus check in wlroots has passed
220 ctx->had_focused_surface = token->surface != NULL;
219 221
220 ctx->node_destroy.notify = ctx_handle_node_destroy; 222 ctx->node_destroy.notify = ctx_handle_node_destroy;
221 wl_signal_add(&ctx->node->events.destroy, &ctx->node_destroy); 223 wl_signal_add(&ctx->node->events.destroy, &ctx->node_destroy);