comparison: application/main.c
application/main.c
- branch
- newapi
- changeset 178
- 7c3ff86ee9d4
- parent 174
- 0358f1d9c506
- child 253
- 087cc9216f28
equal
deleted
inserted
replaced
28 |
28 |
29 #include <stdio.h> |
29 #include <stdio.h> |
30 #include <stdlib.h> |
30 #include <stdlib.h> |
31 |
31 |
32 #include <ui/ui.h> |
32 #include <ui/ui.h> |
33 #include <ucx/buffer.h> |
33 #include <cx/buffer.h> |
34 #include <ucx/utils.h> |
34 #include <cx/utils.h> |
35 |
35 |
36 typedef struct { |
36 typedef struct { |
37 UiText *text; |
37 UiText *text; |
38 } MyDocument; |
38 } MyDocument; |
39 |
39 |