ui/common/object.c

changeset 1070
e097bc7cfec6
parent 1047
acb5352a2038
child 1071
d64c417039bc
equal deleted inserted replaced
1069:512fad602f97 1070:e097bc7cfec6
61 } 61 }
62 62
63 UiObject* ui_dummy_object(void) { 63 UiObject* ui_dummy_object(void) {
64 UiObject *obj = uic_object_new_toplevel(); 64 UiObject *obj = uic_object_new_toplevel();
65 obj->ref = 1; 65 obj->ref = 1;
66 ui_app_ref();
66 return obj; 67 return obj;
67 } 68 }
68 69
69 void uic_object_created(UiObject *obj) { 70 void uic_object_created(UiObject *obj) {
70 CxIterator i = cxListIterator(creation_callbacks); 71 CxIterator i = cxListIterator(creation_callbacks);

mercurial