applied sanders try2 patch
This commit is contained in:
parent
2b13e7466f
commit
0f395c1b11
4 changed files with 6 additions and 7 deletions
3
view.c
3
view.c
|
@ -45,8 +45,7 @@ static void
|
|||
togglemax(Client *c) {
|
||||
XEvent ev;
|
||||
|
||||
if (x->maxw && x->minw && x->maxh && x->minh &&
|
||||
x->maxw == x->minw && x->maxh == x->minh)
|
||||
if(c->isfixed)
|
||||
return;
|
||||
|
||||
if((c->ismax = !c->ismax)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue