X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.c;h=85762e270cb7fee6ea733643fe80aed6a7482134;hb=bea4dd24901235691b5f7ab7b2edd4561de5af27;hp=4b43a18a6e7f8598ddcef86266e4fbf4b6fcc8c6;hpb=83d10be1c1ffb301eaac3a775971f8e018c14cc4;p=dwm.git 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