Sam Lantinga <slouken@libsdl.org> [Sun, 24 Sep 2006 00:55:19 +0000] rev 2041
Fixed bug #316
Looks like this is a long standing typo... is this code even used anymore?
Sam Lantinga <slouken@libsdl.org> [Sun, 24 Sep 2006 00:44:45 +0000] rev 2040
Fixed bug #321
Hi,
if "configure" is given an explicit --libdir, the sdl-config still contains
the default "${exec_prefix}/lib" for runtime linker path.
That should be changed to $libdir, as this is where the library goes to...
Regards,
Juergen
Sam Lantinga <slouken@libsdl.org> [Sun, 24 Sep 2006 00:36:49 +0000] rev 2039
Fixed bug #270
SDL_SetCursor returns void, not void*
Sam Lantinga <slouken@libsdl.org> [Sat, 23 Sep 2006 23:15:56 +0000] rev 2038
(none)
Sam Lantinga <slouken@libsdl.org> [Sat, 23 Sep 2006 22:51:37 +0000] rev 2037
Fixed bug #329
On tracing it turns out to fail from SDL_WM_SetCaption()
On going through the function it looks like the SDL_free() function is called
every alternate time with an invalid pointer that has already been freed.
Patrice Mandin <patmandin@gmail.com> [Fri, 22 Sep 2006 21:52:20 +0000] rev 2036
Pfiou, all of it to update, faster to rewrite from scratch?
Patrice Mandin <patmandin@gmail.com> [Wed, 20 Sep 2006 22:09:19 +0000] rev 2035
Started update for 1.3
Patrice Mandin <patmandin@gmail.com> [Wed, 20 Sep 2006 21:38:06 +0000] rev 2034
Oops, don't need to check that
Patrice Mandin <patmandin@gmail.com> [Wed, 20 Sep 2006 21:29:44 +0000] rev 2033
More work for 1.3
Patrice Mandin <patmandin@gmail.com> [Wed, 20 Sep 2006 21:22:08 +0000] rev 2032
Started work to update for 1.3 api