@@ -1249,7 +1249,7 @@ deck(Monitor *m)
return;
if (n > m->nmaster)
mw = m->nmaster ? ROUND(m->w.width * m->mfact) : 0;
mw = m->nmaster ? round(m->w.width * m->mfact) : 0;
else
mw = m->w.width;
i = my = 0;
The note is not visible to the blocked user.