We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
output_enter
set_bounds
1 parent ef5a1a3 commit 505d9c4Copy full SHA for 505d9c4
src/shell/layout/tiling/mod.rs
@@ -438,6 +438,8 @@ impl TilingLayout {
438
) {
439
let gaps = self.gaps();
440
let mut tree = self.queue.trees.back().unwrap().0.copy_clone();
441
+ window.output_enter(&self.output, window.bbox());
442
+ window.set_bounds(self.output.geometry().size.as_logical());
443
444
if let Some(RestoreTilingState {
445
parent,
0 commit comments