MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / get_background_views

Method get_background_views

plugins/single_plugins/switcher.cpp:617–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected