| Summary: | SDL_x11xinput2.c: Build was broken by commit bbbb30026158 with a silly mistake | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vitaly Novichkov <admin> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P1 | CC: | amaranth72 |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | A screenshot with a build error I have met | ||
|
Description
Vitaly Novichkov
2019-08-02 21:57:06 UTC
The intention was to break the build until someone can update the code to pass in a real SDL_Window*, since passing in null isn't really valid. SDL should no longer fail to compile due to touch-related code as of https://hg.libsdl.org/SDL/rev/b4a7e94357f2 . Just now I have checked, and it works! Thank you for a fix! |