Added SDL_PROP_PROCESS_CREATE_BACKGROUND_BOOLEAN

This commit is contained in:
Sam Lantinga
2024-09-14 09:13:37 -07:00
parent 44c6cfda05
commit 76c469910e
6 changed files with 146 additions and 70 deletions

View File

@@ -25,6 +25,7 @@ typedef struct SDL_ProcessData SDL_ProcessData;
struct SDL_Process
{
bool alive;
bool background;
int exitcode;
SDL_PropertiesID props;
SDL_ProcessData *internal;