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:
35e65ea
)
yet another consistency fix of dwm
author
Anselm R. Garbe
<arg@suckless.org>
Mon, 12 Feb 2007 16:20:51 +0000
(17:20 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Mon, 12 Feb 2007 16:20:51 +0000
(17:20 +0100)
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index 29b6b633a2f702c1a26d2610c348679ff7399077..ded304e628c4c3398e172ab4112a33d2e27e9472 100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-207,7
+207,7
@@
restack(void) {
void
togglefloat(Arg *arg) {
- if
(!sel || arrange == dofloat)
+ if(!sel || arrange == dofloat)
return;
sel->isfloat = !sel->isfloat;
arrange();