mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-28 09:04:38 +00:00
Fixed Cursor Icon State for SYSTEM_CURSOR_PROGRESS
This commit is contained in:
@@ -292,7 +292,7 @@ static SDL_Cursor *WIN_CreateSystemCursor(SDL_SystemCursor id)
|
||||
name = IDC_CROSS;
|
||||
break;
|
||||
case SDL_SYSTEM_CURSOR_PROGRESS:
|
||||
name = IDC_WAIT;
|
||||
name = IDC_APPSTARTING;
|
||||
break;
|
||||
case SDL_SYSTEM_CURSOR_NWSE_RESIZE:
|
||||
name = IDC_SIZENWSE;
|
||||
|
||||
Reference in New Issue
Block a user