Renamed SDL_HINT_ALLOW_TOPMOST to SDL_HINT_WINDOW_ALLOW_TOPMOST

This commit is contained in:
Sam Lantinga
2024-02-11 17:52:05 -08:00
parent ef8791cba8
commit a5da7d0dd5
5 changed files with 15 additions and 2 deletions

View File

@@ -724,6 +724,9 @@ The following hints have been removed:
* Renamed environment variables SDL_VIDEODRIVER and SDL_AUDIODRIVER to SDL_VIDEO_DRIVER and SDL_AUDIO_DRIVER
* The environment variables SDL_VIDEO_X11_WMCLASS and SDL_VIDEO_WAYLAND_WMCLASS have been removed and replaced with the unified hint SDL_HINT_APP_ID
The following hints have been renamed:
* SDL_HINT_ALLOW_TOPMOST => SDL_HINT_WINDOW_ALLOW_TOPMOST
## SDL_init.h
The following symbols have been renamed: