Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
yet another multihead fix by Christof Musik
[dwm.git]
/
event.c
diff --git
a/event.c
b/event.c
index
c679f9c
..
20c1533
100644
(file)
--- 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]);
}
}