| Summary: | [PATCH] wayland: add dummy remove handler to wl_registry_listener | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sebastian Krzyszkowiak <dos> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sylvain.becker |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | 0001-wayland-add-dummy-remove-handler-to-wl_registry_list.patch | ||
Fixed in https://hg.libsdl.org/SDL/rev/5b8e7e5bda1c Thanks ! |
Created attachment 3639 [details] 0001-wayland-add-dummy-remove-handler-to-wl_registry_list.patch Passing NULL there causes SDL to crash every time the compositor sends a remove event - which is particularly unhelpful as the protocol allows to simply ignore the event, because removed objects can be still safely called on the client side and compositor will ignore such requests.