fix: miss set isunglobal and isnosizehint var init value
This commit is contained in:
@@ -3253,6 +3253,8 @@ void init_client_properties(Client *c) {
|
|||||||
c->no_force_center = 0;
|
c->no_force_center = 0;
|
||||||
c->scratchpad_width = 0;
|
c->scratchpad_width = 0;
|
||||||
c->scratchpad_height = 0;
|
c->scratchpad_height = 0;
|
||||||
|
c->isnoborder = 0;
|
||||||
|
c->isnosizehint = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void // old fix to 0.5
|
void // old fix to 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user