ui/common/document.c

branch
newapi
changeset 187
24ce2c326d85
parent 174
0358f1d9c506
child 232
e2b33055113f
equal deleted inserted replaced
186:5db4979bf482 187:24ce2c326d85
31 #include <string.h> 31 #include <string.h>
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/basic_mempool.h> 36 #include <cx/mempool.h>
37 37
38 static CxMap *documents; 38 static CxMap *documents;
39 39
40 void uic_docmgr_init() { 40 void uic_docmgr_init() {
41 documents = cxHashMapCreate(cxDefaultAllocator, CX_STORE_POINTERS, 32); 41 documents = cxHashMapCreate(cxDefaultAllocator, CX_STORE_POINTERS, 32);

mercurial