don't resize master if not in tiled mode

This commit is contained in:
Anselm R. Garbe 2007-02-19 10:51:11 +01:00
parent c3527bea57
commit 4cff744438
1 changed files with 2 additions and 0 deletions

2
view.c
View File

@ -177,6 +177,8 @@ isvisible(Client *c) {
void
resizemaster(Arg *arg) {
if(arrange != dotile)
return;
if(arg->i == 0)
master = MASTER;
else {