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

Method start_output_renderer

plugins/common/workspace-wall.cpp:349–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void workspace_wall_t::start_output_renderer()
350{
351 wf::dassert(render_node == nullptr, "Starting workspace-wall twice?");
352 render_node = std::make_shared<workspace_wall_node_t>(this);
353 scene::add_front(wf::get_core().scene(), render_node);
354}
355
356void workspace_wall_t::stop_output_renderer(bool reset_viewport)
357{

Callers 3

start_swipeMethod · 0.80
activateMethod · 0.80
start_switchMethod · 0.80

Calls 2

dassertFunction · 0.85
add_frontFunction · 0.85

Tested by

no test coverage detected