Preserve tile when moving across monitors

This commit is contained in:
Ivan Molodetskikh
2024-12-24 11:34:20 +03:00
parent 53e1c58cc5
commit 88116b9fb1
2 changed files with 19 additions and 51 deletions
-4
View File
@@ -408,10 +408,6 @@ impl<W: LayoutElement> Tile<W> {
&mut self.window
}
pub fn into_window(self) -> W {
self.window
}
pub fn is_fullscreen(&self) -> bool {
self.is_fullscreen
}