fix: miss set isunglobal and isnosizehint var init value

This commit is contained in:
DreamMaoMao
2025-08-05 21:06:21 +08:00
parent 7f32adbdd9
commit bdcfa1d542

View File

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