mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Update some internal files to use SDL_WindowFlags
This commit is contained in:
parent
ce44eff3d2
commit
641b911d38
16 changed files with 44 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue