ui/common/document.h

changeset 795
d466b6edfebc
parent 140
c03c338a7dcf
--- a/ui/common/document.h	Fri Oct 03 11:44:08 2025 +0200
+++ b/ui/common/document.h	Sat Oct 04 10:59:56 2025 +0200
@@ -36,7 +36,11 @@
 extern "C" {
 #endif
 
-void uic_docmgr_init();
+typedef struct UiDoc {
+    UiContext *ctx;
+    char doc[];
+} UiDoc;
+    
 void uic_document_addvar(void *doc, char *name, int type, size_t vs);
 
 

mercurial