Renamed SDL_HINT_ALLOW_TOPMOST to SDL_HINT_WINDOW_ALLOW_TOPMOST
This commit is contained in:
parent
ef8791cba8
commit
a5da7d0dd5
5 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue