| 65 | std::unique_ptr<wf::input_grab_t> input_grab; |
| 66 | |
| 67 | static std::unique_ptr<wf::tile::tile_controller_t> get_default_controller() |
| 68 | { |
| 69 | return std::make_unique<wf::tile::tile_controller_t>(); |
| 70 | } |
| 71 | |
| 72 | std::unique_ptr<wf::tile::tile_controller_t> controller = |
| 73 | get_default_controller(); |
nothing calls this directly
no outgoing calls
no test coverage detected