Comment 12 for bug 1918874

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Application windows appear over the icon grid

Narrowed it down further to the "opacity" property:

  obj_props[PROP_OPACITY] =
    g_param_spec_uint ("opacity",
                       P_("Opacity"),
                       P_("Opacity of an actor"),
                       0, 255,
                       255,
                       G_PARAM_READWRITE |
                       G_PARAM_STATIC_STRINGS |
                       G_PARAM_EXPLICIT_NOTIFY | // HERE
                       CLUTTER_PARAM_ANIMATABLE);