| Summary: | [KMSDRM] Fix corruption on dynamic cursor changing | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Manuel Alfayate Corchete <redwindwanderer> |
| Component: | video | Assignee: | Manuel Alfayate Corchete <redwindwanderer> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | 2.0.15 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | Fix cursor corruption when it's changed dynamically to a different size bitmap | ||
|
Description
Manuel Alfayate Corchete
2021-01-15 21:47:37 UTC
Looks OK to me. Although you can just remove the memset and simply change the allocation to ready_buffer = (uint32_t*)SDL_calloc(1, bufsize); I agree with Ozkan. Go ahead and commit after you make that change. Ok! Changes done as requested, and pushed. Thanks for reviewing. Closing this. |