| Summary: | UnmapNotify does not mean that window has been iconified | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Alberts Muktupāvels <alberts.muktupavels> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | alberts.muktupavels, sezeroz |
| Version: | 2.0.12 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | x11events: ignore UnmapNotify events from XReparentWindow | ||
|
Description
Alberts Muktupāvels
2020-10-10 14:32:46 UTC
That seems reasonable, can you provide a tested and working patch? Can you also make sure that iconification is still detected correctly? Created attachment 4480 [details]
x11events: ignore UnmapNotify events from XReparentWindow
(In reply to Sam Lantinga from comment #1) > That seems reasonable, can you provide a tested and working patch? Can you > also make sure that iconification is still detected correctly? Patch attached. Iconification seems to work as expected. Patch added, thanks! https://hg.libsdl.org/SDL/rev/204628027601 |