sdl2: add back x11 window code fix (#2691)

This commit is contained in:
Tyler Wilding
2023-06-04 19:29:16 -05:00
committed by GitHub
parent bdaf088d4b
commit 2dead49019
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -999,6 +999,10 @@ 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->w = orig_w;
window->h = orig_h;
break;
}
+2
View File
@@ -26,6 +26,8 @@ third-party/fmt:
git: bce8d4ed087a0560492426f9f5be2713804daded
third-party/SDL:
git: https://github.com/libsdl-org/SDL/tree/release-2.26.5
modifications:
- "PR #2691"
third-party/imgui:
git: https://github.com/ocornut/imgui/tree/v1.89.2
third-party/tree-sitter: