applied sanders max size fix
This commit is contained in:
parent
0982e47408
commit
2b13e7466f
2 changed files with 5 additions and 1 deletions
4
view.c
4
view.c
|
@ -44,6 +44,10 @@ reorder(void) {
|
|||
static void
|
||||
togglemax(Client *c) {
|
||||
XEvent ev;
|
||||
|
||||
if (x->maxw && x->minw && x->maxh && x->minh &&
|
||||
x->maxw == x->minw && x->maxh == x->minh)
|
||||
return;
|
||||
|
||||
if((c->ismax = !c->ismax)) {
|
||||
c->rx = c->x; c->x = sx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue