Mw/TypeDefs.h: new -> _new

This commit is contained in:
IoI_xD 2026-05-21 15:45:26 -05:00
commit 95e7db9607

View file

@ -40,7 +40,7 @@ typedef void (*MwHandler)(MwWidget handle);
typedef int (*MwHandlerWithStatus)(MwWidget handle);
typedef void (*MwHandlerProps)(MwWidget handle, char** key);
typedef void (*MwHandlerProp)(MwWidget handle, const char* key);
typedef void (*MwHandlerChildrenUpdate)(MwWidget handle, MwWidget child, int new);
typedef void (*MwHandlerChildrenUpdate)(MwWidget handle, MwWidget child, int _new);
typedef void (*MwHandlerChildrenProp)(MwWidget handle, MwWidget child, const char* key);
typedef void (*MwHandlerKey)(MwWidget handle, int key);
typedef void (*MwHandlerMouse)(MwWidget handle, void* ptr);