diff options
author | Ronan Pigott <ronan@rjp.ie> | 2022-11-16 15:50:34 -0700 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-26 09:48:58 +0100 |
commit | bdeb9f95651f6c99cc2f4cfb59020ddee202cf36 (patch) | |
tree | a3c27179887ff4a8b88e08b65e55e8fd838f46f7 /include/sway | |
parent | 66568508c06267445489d655c91c94a34d6d9ffe (diff) |
launcher: fudge the interface a bit
We want to create a context before knowing the pid it will match with.
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/desktop/launcher.h | 2 |
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); void launcher_ctx_destroy(struct launcher_ctx *ctx); -struct launcher_ctx *launcher_ctx_create(pid_t pid); +struct launcher_ctx *launcher_ctx_create(void); #endif |