Implement ext-background-effect protocol

This commit is contained in:
Ivan Molodetskikh
2026-04-14 07:35:11 +00:00
parent 73c0ce75d8
commit 931123f38c
12 changed files with 612 additions and 12 deletions
+2 -1
View File
@@ -1079,7 +1079,8 @@ pub struct BackgroundEffect {
/// Whether to blur the background.
///
/// - `None`: no blur
/// - `None`: blur when the window/layer requests it (e.g. through ext-background-effect
/// protocol)
/// - `Some(false)`: never blur
/// - `Some(true)`: always blur
pub blur: Option<bool>,