aboutsummaryrefslogtreecommitdiff
path: root/src/window
diff options
context:
space:
mode:
Diffstat (limited to 'src/window')
-rw-r--r--src/window/mapped.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window/mapped.rs b/src/window/mapped.rs
index 0f39bef4..995c76bf 100644
--- a/src/window/mapped.rs
+++ b/src/window/mapped.rs
@@ -587,7 +587,7 @@ impl LayoutElement for Mapped {
(buf_pos + offset.to_f64()).to_physical_precise_round(scale),
scale,
alpha,
- Kind::Unspecified,
+ Kind::ScanoutCandidate,
));
}
@@ -597,7 +597,7 @@ impl LayoutElement for Mapped {
buf_pos.to_physical_precise_round(scale),
scale,
alpha,
- Kind::Unspecified,
+ Kind::ScanoutCandidate,
);
}
@@ -627,7 +627,7 @@ impl LayoutElement for Mapped {
buf_pos.to_physical_precise_round(scale),
scale,
alpha,
- Kind::Unspecified,
+ Kind::ScanoutCandidate,
)
}
}
@@ -656,7 +656,7 @@ impl LayoutElement for Mapped {
(buf_pos + offset.to_f64()).to_physical_precise_round(scale),
scale,
alpha,
- Kind::Unspecified,
+ Kind::ScanoutCandidate,
));
}