shell: Refactor move grab

This commit is contained in:
Victoria Brekenfeld 2022-07-08 19:15:56 +02:00
parent bf0b959e4d
commit 5a0752957b
8 changed files with 358 additions and 147 deletions

View file

@ -181,7 +181,7 @@ impl XdgShellHandler for State {
.unwrap()
.clone();
workspace.move_request(&window, &seat, serial, start_data);
self.common.shell.move_request(&window, &seat, serial, start_data);
}
}