Files
SDL/src
Sam Lantinga 38c3f80d5f Fixed bug #761
Mason Wheeler      2009-07-05 09:28:33 PDT

This patch fixes two issues with SDL_CreateTextureFromSurface.

1.  If no renderer is available, the function will return 0 without calling
SDL_SetError. (It does this in other places as well, but it appears that in
these cases, SDL_SetError was already called by a previous function call.)
2.  Removal of a dead code block that checks for an impossible return value.
2009-09-26 10:13:44 +00:00
..
2009-09-20 04:15:19 +00:00
2009-09-26 10:04:38 +00:00
2009-09-20 04:15:19 +00:00
2009-06-03 04:37:27 +00:00
2009-09-20 04:15:19 +00:00
2008-12-08 00:27:32 +00:00
2009-09-19 07:21:22 +00:00
2009-09-06 04:40:54 +00:00
2009-09-20 04:15:19 +00:00
2009-09-26 10:13:44 +00:00
2008-12-08 00:27:32 +00:00
2009-01-10 21:50:26 +00:00
2009-06-03 04:37:27 +00:00
2008-12-08 00:27:32 +00:00
2009-09-19 06:43:45 +00:00