more wayland fixes

This commit is contained in:
IoIxD 2026-03-23 14:28:49 -07:00
commit ea2d62f2e1
3 changed files with 25 additions and 14 deletions

View file

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