Files
ladybird/LibGUI
Andreas Kling 5dee5c325e GEventLoop: Don't call process_unprocessed_messages() from itself.
This could be tail-call-optimized but it's not, so we end up overflowing the
stack space if we recurse too many times. This was causing crashes when
resizing Minesweeper.
2019-04-28 22:03:18 +02:00
..
2019-03-25 14:46:37 +01:00
2019-04-26 14:16:17 +02:00