| Summary: | zwp_pointer_constraints_v1@12: error 1: | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vincent Grande <shoober420> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P2 | CC: | me |
| Version: | 2.0.13 | Keywords: | target-2.0.14 |
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Possible patch | ||
|
Description
Vincent Grande
2020-07-21 02:24:49 UTC
Created attachment 4422 [details]
Possible patch
Here is a possible patch for the issue. It more gracefully handles the case where `SDL_SetWindowGrab` is used alongside `SDL_SetRelativeMouseMode`. I haven't tested it myself, though it has been tested by the reporter in the linked issue, and resolves the issue.
This patch is now https://hg.libsdl.org/SDL/rev/50d34ec3ac71, thanks! --ryan. |