mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-24 06:46:26 -04:00
opt: always notify x11 client position change
This commit is contained in:
parent
34934a4a14
commit
ac0823ee68
1 changed files with 0 additions and 5 deletions
|
|
@ -314,11 +314,6 @@ static inline uint32_t client_set_size(Client *c, uint32_t width,
|
|||
int32_t width = c->geom.width - 2 * c->bw;
|
||||
int32_t height = c->geom.height - 2 * c->bw;
|
||||
|
||||
if (c->mon && c->mon->isoverview && size_hints &&
|
||||
c->geom.width - 2 * (int32_t)c->bw < size_hints->min_width &&
|
||||
c->geom.height - 2 * (int32_t)c->bw < size_hints->min_height)
|
||||
return 0;
|
||||
|
||||
if (size_hints &&
|
||||
c->geom.width - 2 * (int32_t)c->bw < size_hints->min_width)
|
||||
width = size_hints->min_width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue