comparison: ui/common/wrapper.c
ui/common/wrapper.c
- changeset 671
- 0ab4c7a18660
- parent 660
- c177258917c3
- child 693
- 3e1cd004da0a
equal
deleted
inserted
replaced
| 27 */ |
27 */ |
| 28 |
28 |
| 29 #include "wrapper.h" |
29 #include "wrapper.h" |
| 30 #include "types.h" |
30 #include "types.h" |
| 31 #include <cx/list.h> |
31 #include <cx/list.h> |
| |
32 #include <string.h> |
| 32 |
33 |
| 33 /* ---------------------------- UiObject ---------------------------- */ |
34 /* ---------------------------- UiObject ---------------------------- */ |
| 34 |
35 |
| 35 UiContext* ui_object_get_context(UiObject *obj) { |
36 UiContext* ui_object_get_context(UiObject *obj) { |
| 36 return obj->ctx; |
37 return obj->ctx; |