serenity/Ports/SDL2/patches
Jelle Raaijmakers 66859c8cd8 Ports/SDL2: Support ShowMessageBox before VideoInit
An SDL2 application is allowed to show a message box before the video
subsystem is initialized. This change makes sure GUI::Application is
initialized.

An example of this is SRB2: the process forks itself to let the child
process install itself as the signal handler and deal with errors. This
child process could try to show a message box long after the video
subsystem was initialized, but since it is a forked process there is no
static state for GUI::Application or the connection to the window
server and the process would crash because of a null dereference.
2024-02-15 12:33:23 +01:00
..
0001-Add-SerenityOS-platform-support.patch Ports/SDL2: Support ShowMessageBox before VideoInit 2024-02-15 12:33:23 +01:00
ReadMe.md Ports/SDL2: Update to version 2.28.2 2023-08-24 12:26:19 +02:00

Patches for SDL2 on SerenityOS

0001-Add-SerenityOS-platform-support.patch

Add SerenityOS platform support