mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-13 19:21:16 +00:00
Use WM_QUIT consistently (#80)
* Use `WM_CLOSE` consistently * Use `WM_QUIT`
This commit is contained in:
parent
1f64e88d34
commit
5a0b976994
@ -194,7 +194,7 @@ class LegoOmni : public MxOmni {
|
||||
{
|
||||
SDL_Event event;
|
||||
event.user.type = g_legoSdlEvents.m_windowsMessage;
|
||||
event.user.code = WM_CLOSE;
|
||||
event.user.code = WM_QUIT;
|
||||
event.user.data1 = NULL;
|
||||
event.user.data2 = NULL;
|
||||
SDL_PushEvent(&event);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user