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

@ -2338,7 +2338,7 @@ extern "C" {
*
* This hint can be set anytime.
*/
#define SDL_HINT_ALLOW_TOPMOST "SDL_ALLOW_TOPMOST"
#define SDL_HINT_WINDOW_ALLOW_TOPMOST "SDL_WINDOW_ALLOW_TOPMOST"
/**
* A variable controlling whether the window frame and title bar are interactive when the cursor is hidden