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:
6ee8e3e
)
reverted last change after Sander pointed out the original decision
author
Anselm R. Garbe
<arg@suckless.org>
Wed, 23 May 2007 05:49:05 +0000
(07:49 +0200)
committer
Anselm R. Garbe
<arg@suckless.org>
Wed, 23 May 2007 05:49:05 +0000
(07:49 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 3e9b2395bf963b1ee14a00aec2e8533f46dcba7a..cf3a686ca3cc377fd79aa99cc14bc2426ef8cb13 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-304,7
+304,7
@@
void
togglefloating(const char *arg) {
if(!sel || lt->arrange == floating)
return;
- sel->isfloating = !sel->isfloating
|| sel->isfixed
;
+ sel->isfloating = !sel->isfloating;
lt->arrange();
}