Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
c3527be
)
don't resize master if not in tiled mode
author
Anselm R. Garbe <
[email protected]
>
Mon, 19 Feb 2007 09:51:11 +0000
(10:51 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Mon, 19 Feb 2007 09:51:11 +0000
(10:51 +0100)
view.c
diff
|
blob
|
history
diff --git
a/view.c
b/view.c
index
ccbb454
..
66f550c
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 {