| 85 | } |
| 86 | |
| 87 | void wf::wlr_surface_controller_t::create_controller( |
| 88 | wlr_surface *surface, scene::floating_inner_ptr root_node) |
| 89 | { |
| 90 | new wlr_surface_controller_t(surface, root_node); |
| 91 | } |
| 92 | |
| 93 | void wf::wlr_surface_controller_t::try_free_controller(wlr_surface *surface) |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected