yet another multihead fix by Christof Musik dee5ea23
Anselm R. Garbe · 2007-01-19 14:36 1 file(s) · +2 −0
event.c +2 −0
235 235
	else if(ev->window == root) {
236 236
		issel = True;
237 237
		XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
238 +
		if(sel)
239 +
			XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]);
238 240
	}
239 241
}
240 242