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:
@@ -2673,3 +2673,7 @@ typedef SDL_cond, SDL_Condition;
|
||||
- SDL_GetDisplayOrientation
|
||||
+ SDL_GetDisplayCurrentOrientation
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_WINDOW_SKIP_TASKBAR
|
||||
+ SDL_WINDOW_UTILITY
|
||||
|
||||
Reference in New Issue
Block a user