mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
64304b0b68
If we want to invalidate the stage-views list reliably on changes to the actors transformation matrices, we also need to get notified about changes to the custom transformations applied using the apply_transform() vfunc. So provide a new API that allows invalidating the transformation matrix for actors implementing custom transformations, too. This in turn allows us to cache the matrix applied using the apply_transform() vfunc by moving responsibility of keeping track of the caching from clutter_actor_real_apply_transform() to _clutter_actor_apply_modelview_transform(). https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1343 |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |