Update some internal files to use SDL_WindowFlags

This commit is contained in:
Susko3
2024-03-03 20:30:57 +01:00
committed by Sam Lantinga
parent ce44eff3d2
commit 641b911d38
16 changed files with 44 additions and 44 deletions

View File

@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
SDL_Renderer *renderer = NULL;
SDL_Surface *shape = NULL;
SDL_bool resizable = SDL_FALSE;
Uint32 flags;
SDL_WindowFlags flags;
SDL_bool done = SDL_FALSE;
SDL_Event event;
int i;