check pointer focus in arrange()
This commit is contained in:
parent
0eff78d6c2
commit
87fc3a58ab
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
dwl.c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue