can compile examples now

This commit is contained in:
Nishi 2026-05-06 04:16:35 +09:00
commit 4fdc578448
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 662 additions and 115 deletions

View file

@ -2,7 +2,7 @@
#define Shift 16
static void resize(MwWidget handle, void* user, void* client) {
static void MWAPI resize(MwWidget handle, void* user, void* client) {
MwWidget f = MwSubWindowGetFrame(handle);
MwVaApply(user,
MwNwidth, MwGetInteger(f, MwNwidth),