mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-28 21:20:35 +00:00
SDL_test: pass data pointer to unit tests
This commit is contained in:
committed by
Anonymous Maarten
parent
741c04b339
commit
2f4b2df595
@@ -44,7 +44,7 @@ static SDL_bool hasDrawColor(void);
|
||||
/**
|
||||
* Create software renderer for tests
|
||||
*/
|
||||
static void InitCreateRenderer(void *arg)
|
||||
static void InitCreateRenderer(void **arg)
|
||||
{
|
||||
int width = 320, height = 240;
|
||||
const char *renderer_name = NULL;
|
||||
|
||||
Reference in New Issue
Block a user