mirror of
https://github.com/brl/mutter.git
synced 2025-05-27 17:10:02 +00:00

e9fbbd5853 changed meta_backend_get_idle_monitor() to use ClutterInputDevice pointers instead of device IDs, but did not adjust the call in meta_backend_native_resume() which was still using 0 to get the core idle monitor resulting in a NULL pointer dereference. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1029