diff options
Diffstat (limited to 'src/window')
| -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 a221383d..087bf0e7 100644 --- a/src/window/mapped.rs +++ b/src/window/mapped.rs @@ -22,7 +22,7 @@ pub struct Mapped { pub window: Window, /// Up-to-date rules. - pub rules: ResolvedWindowRules, + rules: ResolvedWindowRules, /// Whether the window rules need to be recomputed. /// |
