We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b2e5d commit 59c2f98Copy full SHA for 59c2f98
src/BackgroundBlurEffect.vala
@@ -168,7 +168,11 @@ public class Gala.BackgroundBlurEffect : Clutter.Effect {
168
Mtk.Rectangle stage_view_layout = {};
169
170
box_scale_factor = stage_view.get_scale ();
171
+#if HAS_MUTTER49
172
stage_view.get_layout (stage_view_layout);
173
+#else
174
+ stage_view.get_layout (ref stage_view_layout);
175
+#endif
176
177
origin_x -= stage_view_layout.x;
178
origin_y -= stage_view_layout.y;
0 commit comments