| 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 | { |