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

Method get_default_controller

plugins/tile/tile-plugin.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected