Comment 3 for bug 1624407

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: Closing an application doesn’t actually close it, it merely requests all its windows to be closed

Windows appears to have a WM_QUIT message¹ that’s used to request quitting an application, and Qt handles it correctly in QEventDispatcherWin32::processEvents(). I guess we need something similar for Mir?

¹ https://msdn.microsoft.com/en-us/library/windows/desktop/ms632641(v=vs.85).aspx