From a10705fb200b452802a1ba7cd47679536e0ef849 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 23 Jan 2025 10:40:52 +0300 Subject: Add toggle-window-rule-opacity action --- niri-visual-tests/src/test_window.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'niri-visual-tests/src') 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) {} + fn is_ignoring_opacity_window_rule(&self) -> bool { + false + } + fn configure_intent(&self) -> ConfigureIntent { ConfigureIntent::CanSend } -- cgit