mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-17 06:59:52 -05:00
break change: correct maxmize to maximize
This commit is contained in:
parent
dcfdee1c20
commit
8f9e9255b3
11 changed files with 82 additions and 82 deletions
|
|
@ -831,7 +831,7 @@ void resize(Client *c, struct wlr_box geo, int interact) {
|
|||
bbox); // 去掉这个推荐的窗口大小,因为有时推荐的窗口特别大导致平铺异常
|
||||
}
|
||||
|
||||
if (!c->isnosizehint && !c->ismaxmizescreen && !c->isfullscreen &&
|
||||
if (!c->isnosizehint && !c->ismaximizescreen && !c->isfullscreen &&
|
||||
c->isfloating) {
|
||||
client_set_size_bound(c);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue