From: Anselm R Garbe Date: Sat, 11 Sep 2010 19:00:18 +0000 (+0000) Subject: does this make a difference? X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=bea4dd24901235691b5f7ab7b2edd4561de5af27 does this make a difference? --- 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