mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Use WM_CLOSE consistently
This commit is contained in:
parent
0e2ea5edc4
commit
ef96ef598c
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user