mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-18 18:58:27 +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
|
@ -819,7 +819,7 @@ static int SDLCALL SDL_RendererEventWatch(void *userdata, SDL_Event *event)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int SDL_CreateWindowAndRenderer(int width, int height, Uint32 window_flags, SDL_Window **window, SDL_Renderer **renderer)
|
||||
int SDL_CreateWindowAndRenderer(int width, int height, SDL_WindowFlags window_flags, SDL_Window **window, SDL_Renderer **renderer)
|
||||
{
|
||||
*window = SDL_CreateWindow(NULL, width, height, window_flags);
|
||||
if (!*window) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue