fix: miss set isunglobal and isnosizehint var init value

This commit is contained in:
DreamMaoMao 2025-08-05 21:06:21 +08:00
parent b65700ea6f
commit d90f4dc4ea

View file

@ -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