| Summary: | SDL_WINDOWEVENT_EXPOSED event possible queue overflow | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Marcel Bakker <mna.bakker> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | 2.0.3 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 7 | ||
| Attachments: |
example with the relevent events
patch proposed |
||
Created attachment 2296 [details]
patch proposed
Fixed, thanks! https://hg.libsdl.org/SDL/rev/8f9a69bfdef0 |
Created attachment 2295 [details] example with the relevent events Observed when resizing or moving a window in Windows 7. Depending on how you resize/move your window , you may receive none or a lot of SDL_WINDOWEVENT_EXPOSED events , at the moment you release the mouse button. Maybe add this event to an already existing list of overflow candidates ?