Use SDL_WindowFlags in public headers

This commit is contained in:
Susko3
2024-03-03 19:25:13 +01:00
committed by Sam Lantinga
parent 4f58d18373
commit ce44eff3d2
4 changed files with 8 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ typedef struct
SDL_DisplayID displayID;
const char *window_title;
const char *window_icon;
Uint32 window_flags;
SDL_WindowFlags window_flags;
SDL_bool flash_on_focus_loss;
int window_x;
int window_y;