Add blur to vulkan and opengl render pipelines
This commit is contained in:
parent
6d3bff952e
commit
0701c4e4cf
41 changed files with 1990 additions and 47 deletions
|
|
@ -305,6 +305,8 @@ pub struct State {
|
|||
pub clean_logs_older_than: Cell<Option<SystemTime>>,
|
||||
pub hyprland_global_shortcuts:
|
||||
CopyHashMap<(String, String), Rc<HyprlandGlobalShortcutV1>>,
|
||||
pub layer_rules: RefCell<Vec<jay_config::_private::LayerRuleIpc>>,
|
||||
pub blur_config: Cell<jay_config::_private::BlurConfigIpc>,
|
||||
}
|
||||
|
||||
// impl Drop for State {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue