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

Delegate repaint scheduling to the Scene

In order to unlock per screen rendering, we need to track repaints for
every screen individually. While we could do this in the Compositor class,
tracking repaints in the Scene seems a better alternative in long run
because we will have to instantiate a Scene for each composited screen
one day.
parent 992e88de
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