mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-24 05:29:12 +00:00
SDL API renaming: SDL_surface.h
Fixes https://github.com/libsdl-org/SDL/issues/6884
This commit is contained in:
parent
2db699f48e
commit
cc0296c934
47 changed files with 416 additions and 362 deletions
|
@ -204,7 +204,7 @@ static int run_automated_tests(int pattern_size, int extra_pitch)
|
|||
done:
|
||||
SDL_free(yuv1);
|
||||
SDL_free(yuv2);
|
||||
SDL_FreeSurface(pattern);
|
||||
SDL_DestroySurface(pattern);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue