mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
SDL_test: pass data pointer to unit tests
This commit is contained in:
parent
741c04b339
commit
2f4b2df595
9 changed files with 12 additions and 11 deletions
|
@ -41,7 +41,7 @@ static SDL_Surface *testSurface = NULL;
|
|||
/* Fixture */
|
||||
|
||||
/* Create a 32-bit writable surface for blitting tests */
|
||||
static void surfaceSetUp(void *arg)
|
||||
static void surfaceSetUp(void **arg)
|
||||
{
|
||||
int result;
|
||||
SDL_BlendMode blendMode = SDL_BLENDMODE_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue