Sam Lantinga [Sun, 08 Jul 2007 22:58:33 +0000] rev 4023
Applied patch from OpenBSD ports package
Sam Lantinga [Sun, 08 Jul 2007 22:14:37 +0000] rev 4022
Merged FreeBSD joystick patch
Sam Lantinga [Sun, 08 Jul 2007 20:38:36 +0000] rev 4021
Fixed bug #437
Some X servers advertise the DGA extension don't support DGA1 anymore.
Sam Lantinga [Sun, 08 Jul 2007 14:24:27 +0000] rev 4020
Fixed bug #451
SDL_memset4 copies a 32-bit value, not an 8-bit value.
Sam Lantinga [Sun, 08 Jul 2007 05:58:16 +0000] rev 4019
Fixed configure warning about datarootdir
Sam Lantinga [Sun, 08 Jul 2007 04:07:36 +0000] rev 4018
Fixed typo... did somebody not compile this before submitting a patch?
Ryan C. Gordon [Sun, 08 Jul 2007 01:55:46 +0000] rev 4017
This looks like it might hit Bugzilla #441, too, so we'll play it safe.
Ryan C. Gordon [Sun, 08 Jul 2007 01:50:26 +0000] rev 4016
Clear the NOFRAME and RESIZABLE flags in the X11 target before setting their
new values, so multiple calls to SetVideoMode() that toggle these will end
up with the right data.
Fixes Bugzilla #441.
Ryan C. Gordon [Sun, 08 Jul 2007 01:36:16 +0000] rev 4015
Fixed compiler warning (gcc w/ -Wall) for using getpid() and kill() without
their proper headers included.
Ryan C. Gordon [Sun, 08 Jul 2007 01:35:50 +0000] rev 4014
Fixed compiler warning (gcc w/ -Wall) for unused variable, and checked for
error return code too.