aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/desktop/launcher.h
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <ronan@rjp.ie>2022-11-16 15:50:34 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2022-11-26 09:48:58 +0100
commit66568508c06267445489d655c91c94a34d6d9ffe (patch)
tree90b6abe3eefb6c95c89afa554281c0fd67749db3 /include/sway/desktop/launcher.h
parentview: associate launch contexts with views (diff)
downloadsway-66568508c06267445489d655c91c94a34d6d9ffe.tar.gz
sway-66568508c06267445489d655c91c94a34d6d9ffe.tar.zst
sway-66568508c06267445489d655c91c94a34d6d9ffe.zip
launcher: initialize launcher_ctxs once on startup
Diffstat (limited to 'include/sway/desktop/launcher.h')
-rw-r--r--include/sway/desktop/launcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/desktop/launcher.h b/include/sway/desktop/launcher.h
index 927d7a37..09b27eb9 100644
--- a/include/sway/desktop/launcher.h
+++ b/include/sway/desktop/launcher.h
@@ -23,6 +23,6 @@ void launcher_ctx_consume(struct launcher_ctx *ctx);
23 23
24void launcher_ctx_destroy(struct launcher_ctx *ctx); 24void launcher_ctx_destroy(struct launcher_ctx *ctx);
25 25
26void launcher_ctx_create(pid_t pid); 26struct launcher_ctx *launcher_ctx_create(pid_t pid);
27 27
28#endif 28#endif