ladybird/Ports/SDL2
Jelle Raaijmakers 34b04271f4 Ports/SDL2: Handle window close requests correctly
We were going about this the wrong way:

* We should not send `SDL_QUIT` events; SDL2 is doing this for us
  already when the last window is closed, for example.
* The `SDL_WINDOWEVENT_CLOSE` event does not represent a closed window,
  but rather a _request_ from the window manager to close a window.

This resolves the issue with the PrBoom+ port where the quit screen
would not be shown when trying to close the main window.
2023-04-26 09:37:16 +01:00
..
patches Ports/SDL2: Handle window close requests correctly 2023-04-26 09:37:16 +01:00
package.sh Ports: Disable libsamplerate dependency for SDL2 2022-08-28 22:54:11 +01:00