From a24a6e4e3c441389fd7731320f47e61e567e237f Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 27 Dec 2024 11:20:03 +0300 Subject: Implement is-floating window rule matcher --- niri-visual-tests/src/test_window.rs | 2 ++ 1 file changed, 2 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 896ac5ea..51f9d11f 100644 --- a/niri-visual-tests/src/test_window.rs +++ b/niri-visual-tests/src/test_window.rs @@ -220,6 +220,8 @@ impl LayoutElement for TestWindow { fn set_active_in_column(&mut self, _active: bool) {} + fn set_floating(&mut self, _floating: bool) {} + fn set_bounds(&self, _bounds: Size) {} fn configure_intent(&self) -> ConfigureIntent { -- cgit