does this make a difference?

This commit is contained in:
Anselm R Garbe 2010-09-11 19:00:18 +00:00
commit bea4dd2490

2
dwm.c
View file

@ -799,7 +799,7 @@ enternotify(XEvent *e) {
unfocus(selmon->sel, True);
selmon = m;
}
focus(wintoclient(ev->window));
focus((wintoclient(ev->window)));
}
void