projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c9f5f
)
yet another multihead fix by Christof Musik
author
Anselm R. Garbe
<arg@suckless.org>
Fri, 19 Jan 2007 13:36:25 +0000
(14:36 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Fri, 19 Jan 2007 13:36:25 +0000
(14:36 +0100)
event.c
patch
|
blob
|
history
diff --git
a/event.c
b/event.c
index c679f9c753d538953df8aaee02afe6729bada837..20c1533c6adc74132650351d57fb5a799d63c1b9 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]);
}
}