ui/motif/image.c

changeset 169
fe49cff3c571
parent 153
ee49d1852a5f
equal deleted inserted replaced
168:1b99acacc5bb 169:fe49cff3c571
5 */ 5 */
6 6
7 #include "image.h" 7 #include "image.h"
8 8
9 UiIcon* ui_icon(const char *name, int size) { 9 UiIcon* ui_icon(const char *name, int size) {
10 10 return NULL;
11 } 11 }
12 12
13 UiIcon* ui_icon_unscaled(const char *name, int size) { 13 UiIcon* ui_icon_unscaled(const char *name, int size) {
14 14 return NULL;
15 } 15 }
16 16
17 void ui_free_icon(UiIcon *icon) { 17 void ui_free_icon(UiIcon *icon) {
18 18
19 } 19 }
20 20
21 UiImage* ui_icon_image(UiIcon *icon) { 21 UiImage* ui_icon_image(UiIcon *icon) {
22 22 return NULL;
23 } 23 }
24 24
25 UiImage* ui_image(const char *filename) { 25 UiImage* ui_image(const char *filename) {
26 26 return NULL;
27 } 27 }
28 28
29 UiImage* ui_named_image(const char *filename, const char *name) { 29 UiImage* ui_named_image(const char *filename, const char *name) {
30 30 return NULL;
31 } 31 }
32 32
33 UiImage* ui_load_image_from_path(const char *path, const char *name) { 33 UiImage* ui_load_image_from_path(const char *path, const char *name) {
34 34 return NULL;
35 } 35 }
36 36
37 void ui_free_image(UiImage *img) { 37 void ui_free_image(UiImage *img) {
38 38
39 } 39 }

mercurial