Added SDL_PROP_PROCESS_CREATE_BACKGROUND_BOOLEAN
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user