Fix build

This commit is contained in:
Leonhard Kargl 2024-11-25 19:50:20 +01:00
parent 6e0d19aee4
commit a82f28f8c3

View File

@ -204,7 +204,7 @@ public class Gala.WindowClone : Clutter.Actor {
}
clone = new Clutter.Clone (actor);
clone.set_content_scaling_filters (TRINLINEAR, TRILINEAR);
clone.set_content_scaling_filters (TRILINEAR, TRILINEAR);
add_child (clone);
set_child_below_sibling (active_shape, clone);