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

Method create_controller

src/view/wlr-surface-controller.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void 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
93void wf::wlr_surface_controller_t::try_free_controller(wlr_surface *surface)
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected