Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
17ec726
)
removed a blank line
author
Anselm R. Garbe <
[email protected]
>
Tue, 23 Jan 2007 11:04:22 +0000
(12:04 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Tue, 23 Jan 2007 11:04:22 +0000
(12:04 +0100)
client.c
diff
|
blob
|
history
diff --git
a/client.c
b/client.c
index
5c69718
..
0a59c22
100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-81,7
+81,6
@@
void
focus(Client *c) {
if(c && !isvisible(c))
return;
-
if(sel && sel != c) {
grabbuttons(sel, False);
XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);