Skip to content
Commit 991f6b45 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Create effects handler after letting toplevels setup compositing

Many effects use the stacking order property of the effects handler in
their constructors. This means that windows should have compositing
setup by the time effects are loaded.

After changing how binary effect plugins are loaded, i.e. not queueing
loading effects, but loading them immediately, some effects broke
because the effects handler is created before windows setup compositing.

This change attempts to fix those effects by rearranging compositor
startup code so windows setup compositing first, then create the effects
pointer.
parent b2622734
Pipeline #109856 passed with stage
in 14 minutes and 43 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment