Skip to content
  • Vlad Zahorodnii's avatar
    Make Scene::createStackingOrder() more efficient · 106fb66c
    Vlad Zahorodnii authored
    Currently, there's a separate pass to filter out windows not ready for
    compositing or windows that must be invisible. That has two issues: we
    could merge that pass with the pass that populates stacking_order and
    "windows" can detach.
    106fb66c