mutter/clutter
Jonas Dreßler 05cb4a4443 clutter/action: Take a ref on actions during event handling
ClutterStage will unref an action in the middle of its own event handler in
case the action causes its own actor to be destroyed. In this case the
action would get freed underneath our feet. To avoid it, take a ref on the
action while calling its handle_event() vfunc, just as we do in
clutter_actor_event() while emitting an event to an actor.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2389>
2024-03-14 23:09:21 +01:00
..
clutter clutter/action: Take a ref on actions during event handling 2024-03-14 23:09:21 +01:00
meson.build clutter: Explicitly depend on cairo 2024-01-27 10:03:15 +00:00