X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=event.c;h=c913320bfc2acb9ca3601f6af256144dc04f02f7;hb=edb2660a2e61e300fb47a9a15fb264fca5c9895e;hp=e0718d3fb2ffe7b46223cbc24d33eae3dbfd4178;hpb=b233089815367983e07939b2aabb999fdc359f91;p=dwm.git diff --git a/event.c b/event.c index e0718d3..c913320 100644 --- a/event.c +++ b/event.c @@ -269,8 +269,8 @@ leavenotify(XEvent *e) { XCrossingEvent *ev = &e->xcrossing; if((ev->window == root) && !ev->same_screen) { - focus(NULL); issel = False; + focus(NULL); } }