| Summary: | Window not updated after first frame | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Michel Rouzic <contact> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | contact |
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 10 | ||
| Attachments: | Program with source that reproduces the problem described depending on the DLL | ||
|
Description
Michel Rouzic
2018-11-29 18:06:32 UTC
This is now fixed in https://hg.libsdl.org/SDL/rev/3da9ecf40a13, thanks! --ryan. Thank you, that mostly solves it, however now when resizing the window in any direction the window turns permanently white. I updated my code to handle resizing properly but then I realised that the bug appears regardless, so the test program you have should give you that issue with the latest DLL. (In reply to Michel Rouzic from comment #2) > Thank you, that mostly solves it, however now when resizing the window in > any direction the window turns permanently white. I updated my code to > handle resizing properly but then I realised that the bug appears > regardless, so the test program you have should give you that issue with the > latest DLL. This bug is fixed now, too: https://hg.libsdl.org/SDL/rev/f167f874ae55 Sorry about that! --ryan. |