mirror of
https://github.com/brl/mutter.git
synced 2025-02-11 02:44:09 +00:00
![Emmanuele Bassi](/assets/img/avatar_default.png)
Now that ClutterActor has a default paint volume, subclasses may wish to retrieve it without chaining up to the parent's implementation of the get_paint_volume() function. The get_default_paint_volume() returns a ClutterPaintVolume pointer to the paint volume as computed by the default implementation of the get_paint_volume() virtual function; it can only be used immediately, as it's not guaranteed to survive across multiple frames.