Debian Patches
Status for fillets-ng/1.0.1-5
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
gcc-4.3-fix | add missing #include statements, BTS #417187 | Martin Michlmayr <tbm@cyrius.com> vim:ft=diff: | no | |||
lua51.patch | [PATCH] Switch to Lua 5.1 diff --git a/configure.in b/configure.in index cc94356..9b196bf 100644 |
Guillem Jover <guillem@hadrons.org> | no | 2012-05-26 | ||
no-freeze-during-startup.patch | Fix freeze during startupROOT CAUSE: The program is attempting to change the window title without checking if the window exists yet. This in itself would be no more than a cosmetic problem, except that the code is temporarily borrowing the X server connection from SDL (taking advantage of an advanced, semi-documented feature of the library). SDL does not have code to properly handle the error event that results from the unexpected invalid request, and fails to recover properly. FIX: The fix is simply to add a test to avoid making the X request if the window ID is still zero. The existing code already has a fallback for changing the title using the standard SDL1.2 API if the X11 API is unusable, so the window title will still get set with this change. |
Brian Raiter <breadbox@muppetlabs.com> | no | debian | 2024-09-18 |