mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
Jonas Ådahl
b01926dbfa
MetaWaylandPointerConstraint: Ignore requests on defunct resource
The constraint may be destroyed before the client destroyes the protocol object, for example if a oneshot constraint was disabled by alt-tab. Therefore we need to NULL check the constraint in request handlers and ignore any requests to defunct objects.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%