mirror of
https://github.com/swaywm/sway.git
synced 2026-03-14 05:34:18 -04:00
launcher: make launcher context seat aware
This commit is contained in:
parent
842609da64
commit
dbc1eec850
3 changed files with 68 additions and 21 deletions
|
|
@ -63,7 +63,7 @@ struct cmd_results *cmd_exec_process(int argc, char **argv) {
|
|||
}
|
||||
|
||||
pid_t pid, child;
|
||||
struct launcher_ctx *ctx = launcher_ctx_create();
|
||||
struct launcher_ctx *ctx = launcher_ctx_create_internal();
|
||||
// Fork process
|
||||
if ((pid = fork()) == 0) {
|
||||
// Fork child process again
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue