mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-04 07:15:55 -04:00
opt: reset float geom record when remap
This commit is contained in:
parent
e26e477d6b
commit
9aa8dab8ac
1 changed files with 4 additions and 0 deletions
|
|
@ -3730,6 +3730,10 @@ void init_client_properties(Client *c) {
|
||||||
c->force_tearing = 0;
|
c->force_tearing = 0;
|
||||||
c->allow_shortcuts_inhibit = SHORTCUTS_INHIBIT_ENABLE;
|
c->allow_shortcuts_inhibit = SHORTCUTS_INHIBIT_ENABLE;
|
||||||
c->scroller_proportion_single = 0.0f;
|
c->scroller_proportion_single = 0.0f;
|
||||||
|
c->float_geom.width = 0;
|
||||||
|
c->float_geom.height = 0;
|
||||||
|
c->float_geom.x = 0;
|
||||||
|
c->float_geom.y = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void // old fix to 0.5
|
void // old fix to 0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue