| 615 | } |
| 616 | |
| 617 | std::vector<wayfire_view> get_background_views() const |
| 618 | { |
| 619 | return wf::collect_views_from_output(output, |
| 620 | {wf::scene::layer::BACKGROUND, wf::scene::layer::BOTTOM}); |
| 621 | } |
| 622 | |
| 623 | std::vector<wayfire_view> get_overlay_views() const |
| 624 | { |
nothing calls this directly
no outgoing calls
no test coverage detected