mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58: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) {
|
if (SDL_GetTicks() >= timeout) {
|
||||||
/* Timeout occurred and window size didn't change
|
/* 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->w = orig_w;
|
||||||
window->h = orig_h;
|
window->h = orig_h;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user