comparison: ui/motif/image.c
ui/motif/image.c
- changeset 638
- 51adf061e18f
- parent 406
- 0ebf9d7b23e8
equal
deleted
inserted
replaced
| 4 * and open the template in the editor. |
4 * and open the template in the editor. |
| 5 */ |
5 */ |
| 6 |
6 |
| 7 #include "image.h" |
7 #include "image.h" |
| 8 |
8 |
| |
9 |
| |
10 |
| |
11 void ui_image_ref(UIIMAGE img) { |
| |
12 // TODO |
| |
13 } |
| |
14 |
| |
15 void ui_image_unref(UIIMAGE img) { |
| |
16 // TODO |
| |
17 } |