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.
Cogl.Context
Clutter.Backend
1 parent 505e1f3 commit b39e21fCopy full SHA for b39e21f
src/BackgroundBlurEffect.vala
@@ -39,11 +39,7 @@ public class Gala.BackgroundBlurEffect : Clutter.Effect {
39
}
40
41
construct {
42
-#if HAS_MUTTER47
43
- unowned var ctx = actor.context.get_backend ().get_cogl_context ();
44
-#else
45
unowned var ctx = Clutter.get_default_backend ().get_cogl_context ();
46
-#endif
47
48
actor_pipeline = new Cogl.Pipeline (ctx);
49
actor_pipeline.set_layer_null_texture (0);
0 commit comments