mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-07 05:43:18 +00:00
@@ -114,7 +114,7 @@ SDL_AppResult SDL_AppIterate(void *appstate)
|
||||
return SDL_APP_CONTINUE;
|
||||
}
|
||||
|
||||
void SDL_AppQuit(void *appstate)
|
||||
void SDL_AppQuit(void *appstate, SDL_AppResult result)
|
||||
{
|
||||
dropfile_dialog *dialog = appstate;
|
||||
if (dialog) {
|
||||
|
||||
Reference in New Issue
Block a user