Cleanup WIN_CreateCursor() code a bit
Closes #6476
Description
Existing Issue(s)
The shaped window code is likely to go away in SDL 3.0, you probably don't want to rely on it.
@slouken I don’t mind if it goes to 3.0. I can make changes in my local repo.
@DJm00n, could you update this PR so we can merge it?
Thanks!
@slouken done.
Is BITMAPV5HEADER required? If so, does that break functionality on older versions of Windows?
older versions of Windows
AFAIK BITMAPV5HEADER is available since Windows XP when alpha blending was introduced in Windows...Do we need to support more older versions?
But yes, I can make it BITMAPV4HEADER like it was before. Will do it tomorrow.
No, Windows XP is fine, thanks!