aboutsummaryrefslogtreecommitdiff
path: root/src/handlers/xdg_shell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers/xdg_shell.rs')
-rw-r--r--src/handlers/xdg_shell.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers/xdg_shell.rs b/src/handlers/xdg_shell.rs
index 031ef571..be7dc813 100644
--- a/src/handlers/xdg_shell.rs
+++ b/src/handlers/xdg_shell.rs
@@ -288,7 +288,7 @@ impl XdgShellHandler for State {
if &requested_output != current_output {
self.niri
.layout
- .move_window_to_output(&window, &requested_output);
+ .move_to_output(Some(&window), &requested_output, None);
}
}