aboutsummaryrefslogtreecommitdiff
path: root/src/window
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-03-23 16:02:23 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-03-23 16:02:23 +0400
commit24078cfea282287053f1de1e307a5433bf307280 (patch)
tree64ad0cda8997243bcdba7a805638342649161cd9 /src/window
parent5cc2c31a5b8a274a281a847464ef5851d1da4209 (diff)
downloadniri-24078cfea282287053f1de1e307a5433bf307280.tar.gz
niri-24078cfea282287053f1de1e307a5433bf307280.tar.bz2
niri-24078cfea282287053f1de1e307a5433bf307280.zip
Make need_to_recompute_rules non-pub
Diffstat (limited to 'src/window')
-rw-r--r--src/window/mapped.rs2
1 files changed, 1 insertions, 1 deletions
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 {