| Summary: | [Patch] Correctly set keyboard focus | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Kai Sterker <kai.sterker> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Haiku | ||
| Attachments: | Add missing parameter to message | ||
This patch is now https://hg.libsdl.org/SDL/rev/57e3891f1ef8, thanks! --ryan. |
Created attachment 2747 [details] Add missing parameter to message The message sent upon the window being activated or deactivated, to trigger the call to SDL_SetKeyboardFocus was missing a mandatory parameter. So keyboard focus was never properly set.