The SDL_WINDOW_ALLOW_HIGHDPI flag has been renamed SDL_WINDOW_HIGH_PIXEL_DENSITY

This commit is contained in:
Sam Lantinga 2023-05-18 07:34:45 -07:00
parent d1ee44b65e
commit e61b5ceefe
3 changed files with 7 additions and 2 deletions

View file

@ -2644,3 +2644,7 @@ typedef SDL_cond, SDL_Condition;
@@
- AUDIO_U8
+ SDL_AUDIO_U8
@@
@@
- SDL_WINDOW_ALLOW_HIGHDPI
+ SDL_WINDOW_HIGH_PIXEL_DENSITY