Skip to content

Handle SDL_QUIT signal

Luca Weiss requested to merge sigterm into master

With other video drivers such as kmsdrm we need to handle the SDL_QUIT event ourselves to quit osk-sdl, otherwise the SIGTERM signal will just be ignored.

Merge request reports