Searched refs:SDL_INIT_NOPARACHUTE (Results 1 – 5 of 5) sorted by relevance
60 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */ macro
167 if ( !(flags & SDL_INIT_NOPARACHUTE) ) { in SDL_Init()
202 if ( SDL_Init(SDL_INIT_NOPARACHUTE) < 0 ) { in console_main()
585 if ( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE) < 0 ) { in SDL_SetVideoMode()
982 flags = SDL_INIT_NOPARACHUTE; in init_skinned_ui()