| Summary: | Resizing SDL window misbehavior on IceWM | ||
|---|---|---|---|
| Product: | SDL | Reporter: | nfxjfg |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 1.2.14 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | Simple test program. | ||
|
Description
nfxjfg
2011-10-19 12:00:11 UTC
Created attachment 718 [details]
Simple test program.
I also should mention that this doesn't happen if you don't pass the SDL_OPENGL flag. Do you have a patch to fix this issue? Unfortunately not. All I can add is describing the workaround: that clearing out all SDL_VIDEORESIZE events from the event queue right after SDL_SetVideoMode made this behavior go away, but also lost some legit events. I'm really hesitant to change the X11 event processing at this point, since it's really delicate code and I don't want to introduce other bugs. I'll close this for now, but if you come up with a good fix, please let me know! |