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

Method render_wall

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

Source from the content-addressed store, hash-verified

340}
341
342void workspace_wall_t::render_wall(
343 const wf::render_target_t& fb, const wf::region_t& damage)
344{
345 wall_frame_event_t data{fb};
346 this->emit(&data);
347}
348
349void workspace_wall_t::start_output_renderer()
350{

Callers 1

renderMethod · 0.80

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected