Mark screen transition texture transparent

This commit is contained in:
Ivan Molodetskikh
2024-05-08 08:21:15 +04:00
parent 47925948a3
commit ed2b6d3894
+1 -4
View File
@@ -3792,10 +3792,7 @@ impl Niri {
texture,
output.current_scale().integer_scale(),
Transform::Normal,
Some(vec![Rectangle::from_loc_and_size(
(0, 0),
size.to_logical(1).to_buffer(1, Transform::Normal),
)]),
None, // We want windows below to get frame callbacks.
)
});