| 131 | } |
| 132 | |
| 133 | bool tile_window_by_default(wayfire_toplevel_view view) |
| 134 | { |
| 135 | return tile_by_default.matches(view) && can_tile_view(view); |
| 136 | } |
| 137 | |
| 138 | void attach_view(wayfire_toplevel_view view, std::optional<wf::point_t> vp = {}) |
| 139 | { |
nothing calls this directly
no test coverage detected