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
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 1 additions and 1 deletions

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