blob: 051c52f0a5f47cb5992d605bb3f9c8d04bfca427 (
plain)
1
2
3
4
5
6
7
|
Mimeimage: module {
PATH: con "/dis/ebook/mimeimage.dis";
init: fn(displ: ref Draw->Display);
image: fn(mediatype, file: string): (ref Draw->Image, string);
imagesize: fn(mediatype, file: string): (Draw->Point, string);
};
|