mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
![Owen W. Taylor](/assets/img/avatar_default.png)
The old check for using NEAREST by checking clutter_actor_is_in_clone_paint() and meta_actor_is_untransformed (actor) doesn't work properly since clutter_actor_is_in_clone_paint() does not look at ancestors of the actor; it only applies to a direct clone of the actor. Using meta_actor_painting_untransformed() allows us to check exactly what we care about rather than using tricky approximations. https://bugzilla.gnome.org/show_bug.cgi?id=735632
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%