aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2010-09-11 19:00:18 +0000
committerAnselm R Garbe <anselm@garbe.us>2010-09-11 19:00:18 +0000
commitbea4dd24901235691b5f7ab7b2edd4561de5af27 (patch)
tree579af854618760fe1a5675d83a4caf44d1af474f
parent83d10be1c1ffb301eaac3a775971f8e018c14cc4 (diff)
does this make a difference?
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 4b43a18..85762e2 100644
--- a/dwm.c
+++ b/dwm.c
@@ -799,7 +799,7 @@ enternotify(XEvent *e) {
unfocus(selmon->sel, True);
selmon = m;
}
- focus(wintoclient(ev->window));
+ focus((wintoclient(ev->window)));
}
void