SDL_test: pass data pointer to unit tests
This commit is contained in:
committed by
Anonymous Maarten
parent
741c04b339
commit
2f4b2df595
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user