mirror of
https://github.com/elementary/gala.git
synced 2024-11-26 11:25:47 +03:00
Fix build
This commit is contained in:
parent
6e0d19aee4
commit
a82f28f8c3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user