mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
7aa147829d
ClutterActors can override the get_paint_volume() vfunc in case they draw outside the allocation. That's used by a bunch of actors, for example ClutterText or StViewport in gnome-shell. In case of StViewport, the paint volume returned depends on the value of the StAdjustment, which means when we start to cache paint volumes more agressively in ClutterActor, we'll need to add API that allows StViewport to invalidate the paint volume. So introduce clutter_actor_invalidate_paint_volume() to invalidate the cached paint volume. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1773> |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |