Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WayfireWM/wayfire
/ create_box_blur
Function
create_box_blur
plugins/blur/box.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
};
139
140
std::unique_ptr<wf_blur_base> create_box_blur()
141
{
142
return std::make_unique<wf_box_blur>();
143
}
Callers
1
create_blur_from_name
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected