aboutsummaryrefslogtreecommitdiff
path: root/niri-visual-tests/src
diff options
context:
space:
mode:
Diffstat (limited to 'niri-visual-tests/src')
-rw-r--r--niri-visual-tests/src/test_window.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/niri-visual-tests/src/test_window.rs b/niri-visual-tests/src/test_window.rs
index 51f9d11f..228701c7 100644
--- a/niri-visual-tests/src/test_window.rs
+++ b/niri-visual-tests/src/test_window.rs
@@ -224,6 +224,10 @@ impl LayoutElement for TestWindow {
fn set_bounds(&self, _bounds: Size<i32, Logical>) {}
+ fn is_ignoring_opacity_window_rule(&self) -> bool {
+ false
+ }
+
fn configure_intent(&self) -> ConfigureIntent {
ConfigureIntent::CanSend
}