mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Mark screen transition texture transparent
This commit is contained in:
+1
-4
@@ -3792,10 +3792,7 @@ impl Niri {
|
|||||||
texture,
|
texture,
|
||||||
output.current_scale().integer_scale(),
|
output.current_scale().integer_scale(),
|
||||||
Transform::Normal,
|
Transform::Normal,
|
||||||
Some(vec![Rectangle::from_loc_and_size(
|
None, // We want windows below to get frame callbacks.
|
||||||
(0, 0),
|
|
||||||
size.to_logical(1).to_buffer(1, Transform::Normal),
|
|
||||||
)]),
|
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user