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

Method attach_view

plugins/tile/tile-plugin.cpp:138–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 void attach_view(wayfire_toplevel_view view, std::optional<wf::point_t> vp = {})
139 {
140 if (!view->get_wset())
141 {
142 return;
143 }
144
145 stop_controller(true);
146 tile_workspace_set_data_t::get(view->get_wset()).attach_view(view, vp);
147 }
148
149 void detach_view(wayfire_toplevel_view view, bool reinsert = true)
150 {

Callers 1

tile_plugin_tClass · 0.45

Calls 1

get_wsetMethod · 0.80

Tested by

no test coverage detected