| Summary: | X11 - X11_ShowWindow blocks on calling XIfEvent while creating a SDL_RENDERER_ACCERLATED renderer on a foregin window | ||
|---|---|---|---|
| Product: | SDL | Reporter: | miscab <miscab> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
miscab
2013-07-14 23:22:20 UTC
Everything is fine when Create a software render. It looks like if the X window has a parent that is unmapped, XMapWindow() won't generate a MapNotify event. Is that the case here? If so, you should probably use Qt's window management functions. Sounds reasonable, so what I need do is to make the Qt parent window mapped? I will try it and get back here, thank you, Sam. (In reply to comment #2) > It looks like if the X window has a parent that is unmapped, XMapWindow() > won't generate a MapNotify event. Is that the case here? If so, you should > probably use Qt's window management functions. Yup, that sounds right to me. Cheers! |