fire a draw/resize event manually to children when resizing
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-24 13:31:49 -07:00
commit 57609f1823
2 changed files with 63 additions and 10 deletions

View file

@ -49,7 +49,6 @@ void resize(MwWidget w, void* user, void* client) {
(void)user;
(void)client;
printf("H\n");
ww = MwGetInteger(w, MwNwidth);
wh = MwGetInteger(w, MwNheight);
}