does this make a difference?

This commit is contained in:
Anselm R Garbe 2010-09-11 19:00:18 +00:00
parent 83d10be1c1
commit bea4dd2490
1 changed files with 1 additions and 1 deletions

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