diff options
author | Anselm R Garbe <anselm@garbe.us> | 2010-09-11 19:00:18 +0000 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2010-09-11 19:00:18 +0000 |
commit | bea4dd24901235691b5f7ab7b2edd4561de5af27 (patch) | |
tree | 579af854618760fe1a5675d83a4caf44d1af474f | |
parent | 83d10be1c1ffb301eaac3a775971f8e018c14cc4 (diff) |
does this make a difference?
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -799,7 +799,7 @@ enternotify(XEvent *e) { unfocus(selmon->sel, True); selmon = m; } - focus(wintoclient(ev->window)); + focus((wintoclient(ev->window))); } void |