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:
c3527be
)
don't resize master if not in tiled mode
author
Anselm R. Garbe
<arg@suckless.org>
Mon, 19 Feb 2007 09:51:11 +0000
(10:51 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Mon, 19 Feb 2007 09:51:11 +0000
(10:51 +0100)
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index ccbb454228759e802302080e4d65d787f5c1f6b6..66f550cd3800962da56970f2b66d6cba11d4e5ba 100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-177,6
+177,8
@@
isvisible(Client *c) {
void
resizemaster(Arg *arg) {
+ if(arrange != dotile)
+ return;
if(arg->i == 0)
master = MASTER;
else {