pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f0397
)
applied Jukka's zoom-patch
author
Anselm R Garbe
<garbeam@gmail.com>
Wed, 20 Feb 2008 13:48:52 +0000
(13:48 +0000)
committer
Anselm R Garbe
<garbeam@gmail.com>
Wed, 20 Feb 2008 13:48:52 +0000
(13:48 +0000)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
363c202
..
66daba3
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-2009,11
+2009,11
@@
viewprevtag(const char *arg) {
void
zoom(const char *arg) {
- Client *c;
+ Client *c
= sel
;
if(!sel || !dozoom || sel->isfloating)
return;
- if(
(c = sel)
== nexttiled(clients, c->monitor))
+ if(
c
== nexttiled(clients, c->monitor))
if(!(c = nexttiled(c->next, c->monitor)))
return;
detach(c);