From 1e051d71f509ce0c658170e936896b58b9065f90 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 19 Jan 2007 15:01:51 +0100 Subject: [PATCH] deciding for focus(NULL); --- event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/event.c b/event.c index a5e75ca..20ab599 100644 --- a/event.c +++ b/event.c @@ -273,9 +273,9 @@ leavenotify(XEvent *e) { XCrossingEvent *ev = &e->xcrossing; if((ev->window == root) && !ev->same_screen) { - issel = False; if(sel) - XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]); + focus(NULL); + issel = False; } } -- 1.7.10.4