aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/desktop/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/desktop/launcher.h')
-rw-r--r--include/sway/desktop/launcher.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/desktop/launcher.h b/include/sway/desktop/launcher.h
index 91915604..3b577f74 100644
--- a/include/sway/desktop/launcher.h
+++ b/include/sway/desktop/launcher.h
@@ -9,6 +9,8 @@ struct launcher_ctx {
9 struct wlr_xdg_activation_token_v1 *token; 9 struct wlr_xdg_activation_token_v1 *token;
10 struct wl_listener token_destroy; 10 struct wl_listener token_destroy;
11 11
12 bool activated;
13
12 struct sway_node *node; 14 struct sway_node *node;
13 struct wl_listener node_destroy; 15 struct wl_listener node_destroy;
14 16
@@ -25,4 +27,6 @@ void launcher_ctx_destroy(struct launcher_ctx *ctx);
25 27
26struct launcher_ctx *launcher_ctx_create(void); 28struct launcher_ctx *launcher_ctx_create(void);
27 29
30const char *launcher_ctx_get_token_name(struct launcher_ctx *ctx);
31
28#endif 32#endif