ui/common/document.c

changeset 77
5de33c2d94c6
parent 54
3ca3acefc66a
equal deleted inserted replaced
76:641dcc79e0ef 77:5de33c2d94c6
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