From 24078cfea282287053f1de1e307a5433bf307280 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 23 Mar 2024 16:02:23 +0400 Subject: Make need_to_recompute_rules non-pub --- src/window/mapped.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/window/mapped.rs b/src/window/mapped.rs index 0d3a3ac1..a221383d 100644 --- a/src/window/mapped.rs +++ b/src/window/mapped.rs @@ -28,7 +28,7 @@ pub struct Mapped { /// /// This is not used in all cases; for example, app ID and title changes recompute the rules /// immediately, rather than setting this flag. - pub need_to_recompute_rules: bool, + need_to_recompute_rules: bool, } impl Mapped { -- cgit