ui/common/object.h

changeset 932
28fc967f74ef
parent 886
6f5e02fcb7b9
--- a/ui/common/object.h	Sun Nov 23 10:49:24 2025 +0100
+++ b/ui/common/object.h	Sun Nov 23 11:16:13 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);
 

mercurial