Skip to content

Commit a82f28f

Browse files
committed
Fix build
1 parent 6e0d19a commit a82f28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/WindowClone.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public class Gala.WindowClone : Clutter.Actor {
204204
}
205205

206206
clone = new Clutter.Clone (actor);
207-
clone.set_content_scaling_filters (TRINLINEAR, TRILINEAR);
207+
clone.set_content_scaling_filters (TRILINEAR, TRILINEAR);
208208
add_child (clone);
209209

210210
set_child_below_sibling (active_shape, clone);

0 commit comments

Comments
 (0)