ui/common/document.c

branch
newapi
changeset 379
958bae372271
parent 342
99f83fbf48e9
equal deleted inserted replaced
378:d41b1ffc5f77 379:958bae372271
32 32
33 #include "document.h" 33 #include "document.h"
34 34
35 #include <cx/hash_map.h> 35 #include <cx/hash_map.h>
36 #include <cx/mempool.h> 36 #include <cx/mempool.h>
37
37 38
38 static CxMap *documents; 39 static CxMap *documents;
39 40
40 void uic_docmgr_init() { 41 void uic_docmgr_init() {
41 if (!documents) { 42 if (!documents) {

mercurial