mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-27 17:54:18 +00:00
Update some internal files to use SDL_WindowFlags
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user