test: Moved some Uint32 bitfields over to typedefs.

Reference Issue #9812.
This commit is contained in:
Ryan C. Gordon
2024-05-23 23:56:05 -04:00
parent 0f0570b060
commit 13b18e3c41
2 changed files with 5 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ static void SDL_snprintfcat(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL
va_end(ap);
}
SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, Uint32 flags)
SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, SDL_InitFlags flags)
{
int i;
SDLTest_CommonState *state;