From dee5ea23358ec0a9684265dc8cb1d2e4d56e9b84 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 19 Jan 2007 14:36:25 +0100 Subject: yet another multihead fix by Christof Musik --- event.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/event.c b/event.c index c679f9c..20c1533 100644 --- a/event.c +++ b/event.c @@ -235,6 +235,8 @@ enternotify(XEvent *e) { else if(ev->window == root) { issel = True; XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); + if(sel) + XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]); } } -- cgit 1.4.1-2-gfad0 ef='/akkartik/mu/'>mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/arc/chessboard.arc.t
blob: eb365b693a7f926fe1de6ded58ce754555add851 (plain) (tree)
1
2
3
4
5
6
7
8