ui/motif/image.c

changeset 108
77254bd6dccb
parent 100
d2bd73d28ff1
equal deleted inserted replaced
107:b34bd1557c6c 108:77254bd6dccb
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 }

mercurial