mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
launcher: fudge the interface a bit
We want to create a context before knowing the pid it will match with.
(cherry picked from commit bdeb9f9565)
This commit is contained in:
parent
66be031f6c
commit
ee9266cf8c
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