mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
launcher: initialize launcher_ctxs once on startup
This commit is contained in:
parent
864b3a9a18
commit
66568508c0
5 changed files with 13 additions and 12 deletions
|
|
@ -23,6 +23,6 @@ void launcher_ctx_consume(struct launcher_ctx *ctx);
|
|||
|
||||
void launcher_ctx_destroy(struct launcher_ctx *ctx);
|
||||
|
||||
void launcher_ctx_create(pid_t pid);
|
||||
struct launcher_ctx *launcher_ctx_create(pid_t pid);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue