fixed bug

This commit is contained in:
2025-04-06 00:17:53 +02:00
parent 4d56baeed1
commit c1702d5d8b

2
dwl.c
View File

@@ -1249,7 +1249,7 @@ deck(Monitor *m)
return; return;
if (n > m->nmaster) 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 else
mw = m->w.width; mw = m->w.width;
i = my = 0; i = my = 0;