check pointer focus in arrange()

This commit is contained in:
Leonardo Hernández Hernández
2022-07-06 23:48:53 -05:00
parent 0eff78d6c2
commit 87fc3a58ab

2
dwl.c
View File

@@ -496,7 +496,7 @@ arrange(Monitor *m)
if (m->lt[m->sellt]->arrange)
m->lt[m->sellt]->arrange(m);
/* TODO recheck pointer focus here... or in resize()? */
motionnotify(0);
}
void