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

Refactor how per screen rendering is handled

In order to allow per screen rendering, we need the Compositor to be
able to drive rendering on each screen. Currently, it's not possible
because Scene::paint() paints all screen.

With this change, the Compositor will be able to ask the Scene to paint
only a screen with the specific id.
parent d2f33727
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