From 2bed922c19ae190606e7f9ce392df3b50b24e99d Mon Sep 17 00:00:00 2001 From: Furkan Sahin 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') 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