mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
fix: miss set isunglobal and isnosizehint var init value
This commit is contained in:
parent
7f32adbdd9
commit
bdcfa1d542
1 changed files with 2 additions and 0 deletions
|
|
@ -3253,6 +3253,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