nevat / abbayedesmorts-gpl

l'Abbaye des Morts - ported to Linux, Pandora, GCW0, Wii and PSP
GNU General Public License v3.0
73 stars 16 forks source link

Window cannot be closed on title-screen #11

Closed lmcnulty closed 5 years ago

lmcnulty commented 5 years ago

On Debian with x11, the standard ways of closing a window (eg. clicking on the X in the titlebar) do not cause the program to exit while the title-screen or the text introduction (beginning "13th Century") are on-screen. Pressing escape to quit works as expected. Once the game begins and Jean is controllable, then the window can be closed as expected.

AMDmi3 commented 5 years ago

Should be easy - SDL_QUIT is not handled in startscreen.c, maybe some other event loops.

carstene1ns commented 5 years ago

Right, should be an easy fix.