diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-07-06 23:48:53 -0500 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-07-06 23:48:53 -0500 |
commit | 87fc3a58ab72ff6ff6eb6e1156ff208fcb9e3739 (patch) | |
tree | bf7a5363e9eaabfb84e47e138780968dd5efe1ef /dwl.c | |
parent | 0eff78d6c268f7dc1a16861f051d9cd2108161a4 (diff) |
check pointer focus in arrange()
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |