mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
launcher: fudge the interface a bit
We want to create a context before knowing the pid it will match with.
This commit is contained in:
parent
be8581ad77
commit
33d035262f
3 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue