Browse Source

does this make a difference?

master
Anselm R Garbe 14 years ago
parent
commit
bea4dd2490
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
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


Loading…
Cancel
Save