diff options
Diffstat (limited to 'src/handlers/layer_shell.rs')
| -rw-r--r-- | src/handlers/layer_shell.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/handlers/layer_shell.rs b/src/handlers/layer_shell.rs index 117f14e1..bf1832fb 100644 --- a/src/handlers/layer_shell.rs +++ b/src/handlers/layer_shell.rs @@ -50,7 +50,7 @@ impl WlrLayerShellHandler for State { None }; if let Some(output) = output { - self.niri.output_resized(output); + self.niri.output_resized(&output); } } @@ -107,6 +107,6 @@ impl State { } drop(map); - self.niri.output_resized(output); + self.niri.output_resized(&output); } } |
