aboutsummaryrefslogtreecommitdiffstats
path: root/sway/xdg_activation_v1.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/xdg_activation_v1.c')
-rw-r--r--sway/xdg_activation_v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/xdg_activation_v1.c b/sway/xdg_activation_v1.c
index e97989c8..c26ee19a 100644
--- a/sway/xdg_activation_v1.c
+++ b/sway/xdg_activation_v1.c
@@ -17,7 +17,7 @@ void xdg_activation_v1_handle_request_activate(struct wl_listener *listener,
17 return; 17 return;
18 } 18 }
19 19
20 if (!xdg_surface->mapped) { 20 if (!xdg_surface->surface->mapped) {
21 // This is a startup notification. If we are tracking it, the data 21 // This is a startup notification. If we are tracking it, the data
22 // field is a launcher_ctx. 22 // field is a launcher_ctx.
23 struct launcher_ctx *ctx = event->token->data; 23 struct launcher_ctx *ctx = event->token->data;