aboutsummarylogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe2010-09-11 19:00:18 +0000
committerAnselm R Garbe2010-09-11 19:00:18 +0000
commit76137b9b6afd348e4776ab5344d911dd68b83010 (patch)
tree8879e0b7a57895366ad4abeafa966aac93ce07cd /dwm.c
parentbaee5aaa3a97db185eae5fcc3dc7226a0391b2b5 (diff)
downloadaur-76137b9b6afd348e4776ab5344d911dd68b83010.tar.gz
does this make a difference?
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 4b43a18a6e7f..85762e270cb7 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