mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-07 13:29:59 -05:00
fix: miss set isunglobal and isnosizehint var init value
This commit is contained in:
parent
b65700ea6f
commit
d90f4dc4ea
1 changed files with 2 additions and 0 deletions
|
|
@ -3169,6 +3169,8 @@ void init_client_properties(Client *c) {
|
|||
c->no_force_center = 0;
|
||||
c->scratchpad_width = 0;
|
||||
c->scratchpad_height = 0;
|
||||
c->isnoborder = 0;
|
||||
c->isnosizehint = 0;
|
||||
}
|
||||
|
||||
void // old fix to 0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue