The SDL_WINDOW_SKIP_TASKBAR flag has been replaced by the SDL_WINDOW_UTILITY flag

The SDL_WINDOW_UTILITY flag has the same functionality, and is now implemented on Windows.
This commit is contained in:
Sam Lantinga
2023-06-29 21:43:17 -07:00
parent 675fc8c38f
commit 8da9b22c17
8 changed files with 55 additions and 31 deletions

View File

@@ -2673,3 +2673,7 @@ typedef SDL_cond, SDL_Condition;
- SDL_GetDisplayOrientation
+ SDL_GetDisplayCurrentOrientation
(...)
@@
@@
- SDL_WINDOW_SKIP_TASKBAR
+ SDL_WINDOW_UTILITY