| Summary: | X_setInputfocus BadMatch 42 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | ghen_arcanum <n.spichty> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.12 | Keywords: | target-2.0.16 |
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
ghen_arcanum
2020-12-30 23:20:08 UTC
Going to guess it's this code in X11_ShowWindow...
if (!data->videodata->net_wm) {
/* no WM means no FocusIn event, which confuses us. Force it. */
X11_XSetInputFocus(display, data->xwindow, RevertToNone, CurrentTime);
X11_XFlush(display);
}
I'll try to reproduce over here.
--ryan.
|