diff options
Diffstat (limited to 'appl/ebook/mimeimage.m')
| -rw-r--r-- | appl/ebook/mimeimage.m | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/appl/ebook/mimeimage.m b/appl/ebook/mimeimage.m new file mode 100644 index 00000000..051c52f0 --- /dev/null +++ b/appl/ebook/mimeimage.m @@ -0,0 +1,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); +}; + |
