Move PartialEq from LayoutElement to an associated type

This commit is contained in:
Ivan Molodetskikh
2024-03-19 13:42:04 +04:00
parent 23ac3d7323
commit d421e1fbf8
7 changed files with 120 additions and 109 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ impl XdgShellHandler for State {
if &requested_output != current_output {
self.niri
.layout
.move_window_to_output(window.clone(), &requested_output);
.move_window_to_output(&window, &requested_output);
}
}