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:
dee5ea2
)
replaced XSetBorder.../focus()
author
Anselm R. Garbe
<arg@suckless.org>
Fri, 19 Jan 2007 13:38:09 +0000
(14:38 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Fri, 19 Jan 2007 13:38:09 +0000
(14:38 +0100)
event.c
patch
|
blob
|
history
diff --git
a/event.c
b/event.c
index 20c1533c6adc74132650351d57fb5a799d63c1b9..a5e75cad04db2229834c9d13cc40932ebc3ce890 100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-236,7
+236,7
@@
enternotify(XEvent *e) {
issel = True;
XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
if(sel)
-
XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]
);
+
focus(sel
);
}
}