aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {