aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commitbdeb9f95651f6c99cc2f4cfb59020ddee202cf36 (patch)
treea3c27179887ff4a8b88e08b65e55e8fd838f46f7 /include
parentlauncher: initialize launcher_ctxs once on startup (diff)
downloadsway-bdeb9f95651f6c99cc2f4cfb59020ddee202cf36.tar.gz
sway-bdeb9f95651f6c99cc2f4cfb59020ddee202cf36.tar.zst
sway-bdeb9f95651f6c99cc2f4cfb59020ddee202cf36.zip
launcher: fudge the interface a bit
We want to create a context before knowing the pid it will match with.
Diffstat (limited to 'include')
-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 09b27eb9..91915604 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
26struct launcher_ctx *launcher_ctx_create(pid_t pid); 26struct launcher_ctx *launcher_ctx_create(void);
27 27
28#endif 28#endif