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
Failed to generate hash of commit

2
dwl.c
View file

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