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

Method get_views

src/output/workspace-impl.cpp:694–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694std::vector<wayfire_toplevel_view> workspace_set_t::get_views(uint32_t flags, std::optional<wf::point_t> ws)
695{
696 return pimpl->get_views(flags, ws);
697}
698
699void workspace_set_t::remove_view(wayfire_toplevel_view view)
700{

Callers 1

transfer_viewsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected