kms: Support screen filters
This commit is contained in:
parent
18335c6758
commit
7929e25966
5 changed files with 198 additions and 80 deletions
|
|
@ -136,6 +136,7 @@ impl State {
|
|||
let res = self.backend.apply_config_for_outputs(
|
||||
test_only,
|
||||
&self.common.event_loop_handle,
|
||||
self.common.config.dynamic_conf.screen_filter(),
|
||||
self.common.shell.clone(),
|
||||
&mut self.common.workspace_state.update(),
|
||||
&self.common.xdg_activation_state,
|
||||
|
|
@ -158,6 +159,7 @@ impl State {
|
|||
if let Err(err) = self.backend.apply_config_for_outputs(
|
||||
false,
|
||||
&self.common.event_loop_handle,
|
||||
self.common.config.dynamic_conf.screen_filter(),
|
||||
self.common.shell.clone(),
|
||||
&mut self.common.workspace_state.update(),
|
||||
&self.common.xdg_activation_state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue