Use WM_CLOSE consistently

This commit is contained in:
Christian Semmler 2025-05-13 18:06:56 -07:00
parent 0e2ea5edc4
commit ef96ef598c

View File

@ -400,7 +400,7 @@ SDL_AppResult SDL_AppEvent(void* appstate, SDL_Event* event)
case WM_ISLE_SETCURSOR:
g_isle->SetupCursor((Cursor) (uintptr_t) event->user.data1);
break;
case WM_QUIT:
case WM_CLOSE:
return SDL_APP_SUCCESS;
break;
case WM_TIMER: