X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=event.c;h=c913320bfc2acb9ca3601f6af256144dc04f02f7;hb=373b11de11fd5cee875ef521e3ac0527565c4721;hp=2e021d58271ae227e858e40611ef7ae2188a9531;hpb=04a2b745299668890ae8571d6812514dbd487245;p=dwm.git diff --git a/event.c b/event.c index 2e021d5..c913320 100644 --- a/event.c +++ b/event.c @@ -270,7 +270,7 @@ leavenotify(XEvent *e) { if((ev->window == root) && !ev->same_screen) { issel = False; - focus(sel); + focus(NULL); } }