Skip to content

Commit

Permalink
Fixed typo (thanks @Iniquitatis!)
Browse files Browse the repository at this point in the history
(cherry picked from commit ced0231)
  • Loading branch information
slouken committed Feb 19, 2023
1 parent 7d55ccb commit 7b06007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11window.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ void X11_SetWindowSize(_THIS, SDL_Window *window)

if (SDL_TICKS_PASSED(SDL_GetTicks(), timeout)) {
/* Timeout occurred and window size didn't change
* wwindow manager likely denied the resize. */
* window manager likely denied the resize. */
window->w = orig_w;
window->h = orig_h;
break;
Expand Down

0 comments on commit 7b06007

Please sign in to comment.