mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Fixed typo (thanks @Iniquitatis!)
This commit is contained in:
@@ -998,7 +998,7 @@ void X11_SetWindowSize(_THIS, SDL_Window *window)
|
||||
|
||||
if (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;
|
||||
|
Reference in New Issue
Block a user