diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-11-16 15:50:34 -0700 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-11-16 15:50:34 -0700 |
| commit | 2bed922c19ae190606e7f9ce392df3b50b24e99d (patch) | |
| tree | a3c27179887ff4a8b88e08b65e55e8fd838f46f7 /include | |
| parent | 9091e498e5f0700edb92603fb03f6b4935f9238c (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')
| -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 |
