summaryrefslogtreecommitdiff
path: root/riscos/filetype.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-09-10 22:27:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-09-10 22:27:15 +0000
commitb858507d907f340f056b2d79b7e77fde8d071a3b (patch)
tree67b7855e0940c6082d72c0816d0bd9577ec7ce88 /riscos/filetype.c
parentf33b3e6f52ea20dd1262bafdb44700b34e7b703e (diff)
downloadnetsurf-b858507d907f340f056b2d79b7e77fde8d071a3b.tar.gz
netsurf-b858507d907f340f056b2d79b7e77fde8d071a3b.tar.bz2
[project @ 2003-09-10 22:27:15 by jmb]
Add support for Draw and Sprite files svn path=/import/netsurf/; revision=281
Diffstat (limited to 'riscos/filetype.c')
-rw-r--r--riscos/filetype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/filetype.c b/riscos/filetype.c
index 52394e6cd..ffb1b73b7 100644
--- a/riscos/filetype.c
+++ b/riscos/filetype.c
@@ -20,10 +20,12 @@ struct type_entry {
static const struct type_entry type_map[] = {
{0x188, "application/x-shockwave-flash"},
{0x695, "image/gif"},
+ {0xaff, "image/x-drawfile"},
{0xb60, "image/png"},
{0xc85, "image/jpeg"},
{0xf79, "text/css"},
{0xfaf, "text/html"},
+ {0xff9, "image/x-riscos-sprite"},
{0xfff, "text/plain"},
};
#define TYPE_MAP_COUNT (sizeof(type_map) / sizeof(type_map[0]))