aboutsummaryrefslogtreecommitdiff
path: root/src/window/mapped.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/mapped.rs')
-rw-r--r--src/window/mapped.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window/mapped.rs b/src/window/mapped.rs
index da6caf54..74a0ea4b 100644
--- a/src/window/mapped.rs
+++ b/src/window/mapped.rs
@@ -520,6 +520,7 @@ impl Mapped {
if self.is_focused && urgent {
return;
}
+
let changed = self.is_urgent != urgent;
self.is_urgent = urgent;
self.need_to_recompute_rules |= changed;