--- a/ui/common/object.h Sun Dec 07 20:00:33 2025 +0100 +++ b/ui/common/object.h Sat Dec 13 15:58:58 2025 +0100 @@ -30,10 +30,16 @@ #define UIC_OBJECT_H #include "../ui/toolkit.h" +#include <cx/map.h> #ifdef __cplusplus extern "C" { #endif + +typedef struct UiObjectPrivate { + UiObject obj; + CxMap *ext; +} UiObjectPrivate; typedef void (*ui_object_callback)(UiObject *obj, void *userdata);