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:
d6bdd03
)
quick typo fix
author
Anselm R Garbe
<anselm@garbe.us>
Wed, 31 Mar 2010 22:27:30 +0000
(23:27 +0100)
committer
Anselm R Garbe
<anselm@garbe.us>
Wed, 31 Mar 2010 22:27:30 +0000
(23:27 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 88d80b2a447be77a7872e2ea3c0a82fb8f44a1cf..b989e8a8f7fdbd619603500f77876b535af6c7af 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-815,8
+815,8
@@
void
focus(Client *c) {
if(!c || !ISVISIBLE(c))
for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext);
-/
/
if(selmon->sel)
-// unfocus(selmon->sel);
+/
*
if(selmon->sel)
+ unfocus(selmon->sel);*/
if(c) {
if(c->mon != selmon)
selmon = c->mon;