~ruther/dwl

87fc3a58ab72ff6ff6eb6e1156ff208fcb9e3739 — Leonardo Hernández Hernández 2 years ago 0eff78d
check pointer focus in arrange()
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 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

Do not follow this link