Fix two comments

This commit is contained in:
Ivan Molodetskikh
2025-01-21 09:40:00 +03:00
parent 7f025da5b6
commit 3aad5a39ea
+3 -2
View File
@@ -8,9 +8,10 @@ pub use mapped::MappedLayer;
/// Rules fully resolved for a layer-shell surface.
#[derive(Debug, PartialEq)]
pub struct ResolvedLayerRules {
/// Extra opacity to draw this window with.
/// Extra opacity to draw this layer surface with.
pub opacity: Option<f32>,
/// Whether to block out this window from certain render targets.
/// Whether to block out this layer surface from certain render targets.
pub block_out_from: Option<BlockOutFrom>,
}