| Summary: | Bordersize can't be polled immediately after window creation | ||
|---|---|---|---|
| Product: | SDL | Reporter: | contact |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.12 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
contact
2020-10-13 13:17:12 UTC
I just noticed this only happens if I call `SDL_ShowWindow` shortly after the window's creation. Not doing that resolves the issue. I presume this might be because it forces SDL to show the window before the frame extents information is polled. |