ui/common/object.c

changeset 1071
d64c417039bc
parent 1070
e097bc7cfec6
equal deleted inserted replaced
1070:e097bc7cfec6 1071:d64c417039bc
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();
67 return obj; 66 return obj;
68 } 67 }
69 68
70 void uic_object_created(UiObject *obj) { 69 void uic_object_created(UiObject *obj) {
71 CxIterator i = cxListIterator(creation_callbacks); 70 CxIterator i = cxListIterator(creation_callbacks);

mercurial