Typedef SDL_WindowFlags

Window flags were previously an enum with the same name.
See ebd7f9adbd.
This commit is contained in:
Susko3
2024-03-03 19:21:24 +01:00
committed by Sam Lantinga
parent 424616e032
commit 4f58d18373
2 changed files with 2 additions and 1 deletions

View File

@@ -1680,7 +1680,6 @@ The following functions have been removed:
* SDL_CreateWindowFrom() - use SDL_CreateWindowWithProperties() with the properties that allow you to wrap an existing window
The SDL_Window id type is named SDL_WindowID
The SDL_WindowFlags enum should be replaced with Uint32
The following symbols have been renamed:
* SDL_WINDOW_ALLOW_HIGHDPI => SDL_WINDOW_HIGH_PIXEL_DENSITY