introduce widget->user

This commit is contained in:
Nishi 2026-04-26 23:08:52 +09:00
commit 833947c1ec
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 24 additions and 0 deletions

View file

@ -90,6 +90,7 @@ struct _MwWidget {
void* internal;
void* opaque;
void* user;
void (*draw_inject)(MwWidget handle);
void (*destroy_inject)(MwWidget handle);