mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-23 14:31:56 +00:00
Add the CREATE_NO_WINDOW flag for background processes
Fixes https://github.com/libsdl-org/SDL/issues/12097
(cherry picked from commit c025fdbb7c)
This commit is contained in:
parent
cb0ba020d4
commit
9a4faf9ab9
1 changed files with 1 additions and 0 deletions
|
|
@ -304,6 +304,7 @@ bool SDL_SYS_CreateProcessWithProperties(SDL_Process *process, SDL_PropertiesID
|
|||
if (stderr_option == SDL_PROCESS_STDIO_INHERITED) {
|
||||
stderr_option = SDL_PROCESS_STDIO_NULL;
|
||||
}
|
||||
creation_flags |= CREATE_NO_WINDOW;
|
||||
}
|
||||
|
||||
switch (stdin_option) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue