diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-23 16:02:23 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-23 16:02:23 +0400 |
| commit | 24078cfea282287053f1de1e307a5433bf307280 (patch) | |
| tree | 64ad0cda8997243bcdba7a805638342649161cd9 | |
| parent | 5cc2c31a5b8a274a281a847464ef5851d1da4209 (diff) | |
| download | niri-24078cfea282287053f1de1e307a5433bf307280.tar.gz niri-24078cfea282287053f1de1e307a5433bf307280.tar.bz2 niri-24078cfea282287053f1de1e307a5433bf307280.zip | |
Make need_to_recompute_rules non-pub
| -rw-r--r-- | src/window/mapped.rs | 2 |
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 { |
