File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,7 @@ public class Gala.BackgroundBlurEffect : Clutter.Effect {
171171 box_scale_factor = stage_view. get_scale ();
172172 last_box_scale_factor = box_scale_factor;
173173
174- #if HAS_MUTTER49
175- stage_view. get_layout (stage_view_layout);
174+ stage_view. get_layout (ref stage_view_layout);
176175
177176 origin_x - = stage_view_layout. x;
178177 origin_y - = stage_view_layout. y;
Original file line number Diff line number Diff line change @@ -7474,11 +7474,7 @@ namespace Clutter {
74747474#endif
74757475 public virtual Clutter . PaintFlag get_default_paint_flags ();
74767476 public unowned Cogl . Framebuffer get_framebuffer ();
7477- #if HAS_MUTTER49
7478- public void get_layout (Mtk . Rectangle rect);
7479- #else
74807477 public void get_layout (ref Mtk . Rectangle rect);
7481- #endif
74827478#if HAS_MUTTER47
74837479 public void get_offscreen_transformation_matrix (Graphene . Matrix matrix);
74847480#else
You can’t perform that action at this time.
0 commit comments