mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
ed1123a06b
We now pass a boolean to _cogl_material_pre_change_notify to know when a material change is as a result of a layer change. We plan to use this information to avoid notifying the backends about material changes if they are as a result of layer changes. This will simplify the handling of state changes in the backends because they can assume that layer and material changes are mutually exclusive.