mirror of https://github.com/libsdl-org/SDL.git
Fixed Cursor Icon State for SYSTEM_CURSOR_PROGRESS
This commit is contained in:
parent
5dce8c748f
commit
ed0a03e9b5
|
|
@ -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…
Reference in New Issue