Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
void 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
349
void workspace_wall_t::start_output_renderer()
350
{
Callers
1
render
Method · 0.80
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected