mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 22:53:23 +00:00
Fixed Cursor Icon State for SYSTEM_CURSOR_PROGRESS
This commit is contained in:
parent
5dce8c748f
commit
ed0a03e9b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue