layout: Extract Monitor::workspaces_with_render_positions()

This commit is contained in:
Ivan Molodetskikh
2024-10-14 11:07:24 +03:00
parent d7156df842
commit 29602ca995
3 changed files with 97 additions and 168 deletions
-1
View File
@@ -233,7 +233,6 @@ impl TestCase for Layout {
.monitor_for_output(&self.output)
.unwrap()
.render_elements(renderer, RenderTarget::Output)
.into_iter()
.map(|elem| Box::new(elem) as _)
.collect()
}