deciding for focus(NULL);

This commit is contained in:
Anselm R. Garbe 2007-01-19 15:01:51 +01:00
parent ddc79603f9
commit 1e051d71f5
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}