Skip to content

Commit

Permalink
Fixed Cursor Icon State for SYSTEM_CURSOR_PROGRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
thouravi authored and slouken committed Feb 13, 2025
1 parent 5dce8c7 commit ed0a03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windows/SDL_windowsmouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ed0a03e

Please sign in to comment.