From bdeb9f95651f6c99cc2f4cfb59020ddee202cf36 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Wed, 16 Nov 2022 15:50:34 -0700 Subject: launcher: fudge the interface a bit We want to create a context before knowing the pid it will match with. --- include/sway/desktop/launcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sway/desktop') 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 -- cgit v1.2.3