Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
dee5ea2
)
replaced XSetBorder.../focus()
author
Anselm R. Garbe <
[email protected]
>
Fri, 19 Jan 2007 13:38:09 +0000
(14:38 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Fri, 19 Jan 2007 13:38:09 +0000
(14:38 +0100)
event.c
diff
|
blob
|
history
diff --git
a/event.c
b/event.c
index
20c1533
..
a5e75ca
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
);
}
}