mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Proposed change to address overly large fake fullscreen
This commit is contained in:
parent
53c183a542
commit
49839cf6f1
3
dwm.c
3
dwm.c
@ -3161,7 +3161,8 @@ setfullscreen(Client *c, int fullscreen)
|
|||||||
c->h = c->oldh;
|
c->h = c->oldh;
|
||||||
resizeclient(c, c->x, c->y, c->w, c->h);
|
resizeclient(c, c->x, c->y, c->w, c->h);
|
||||||
restack(c->mon);
|
restack(c->mon);
|
||||||
}
|
} else
|
||||||
|
resizeclient(c, c->x, c->y, c->w, c->h);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user