summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-07-06 23:48:53 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-07-06 23:48:53 -0500
commit87fc3a58ab72ff6ff6eb6e1156ff208fcb9e3739 (patch)
treebf7a5363e9eaabfb84e47e138780968dd5efe1ef
parent0eff78d6c268f7dc1a16861f051d9cd2108161a4 (diff)
check pointer focus in arrange()
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index c66d3d9..7a585d5 100644
--- a/dwl.c
+++ b/dwl.c
@@ -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