deciding for focus(NULL); 1e051d71
Anselm R. Garbe · 2007-01-19 15:01 1 file(s) · +2 −2
event.c +2 −2
273 273
	XCrossingEvent *ev = &e->xcrossing;
274 274
275 275
	if((ev->window == root) && !ev->same_screen) {
276 -
		issel = False;
277 276
		if(sel)
278 -
			XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);
277 +
			focus(NULL);
278 +
		issel = False;
279 279
	}
280 280
}
281 281