| 1094:c0eb2bc7ab13 | 1095:e519ecc27cfe |
|---|---|
| 76 return document->ctx; | 76 return document->ctx; |
| 77 } else { | 77 } else { |
| 78 return NULL; | 78 return NULL; |
| 79 } | 79 } |
| 80 } | 80 } |
| 81 | |
| 82 void* ui_context_document(UiContext *ctx) { | |
| 83 return ctx->self_doc; | |
| 84 } | |
| 85 | |
| 86 UiObject* ui_context_obj(UiContext *ctx) { | |
| 87 return ctx->obj; | |
| 88 } |