summaryrefslogtreecommitdiff
path: root/riscos/filetype.c
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-12-10 14:31:33 +0000
committerAdrian Lees <adrian@aemulor.com>2005-12-10 14:31:33 +0000
commit1efd4796a26a034ac18428798794b2334633b524 (patch)
treec28655b59dcdf1d9d7f3cb2e8811cb9caba9ebc1 /riscos/filetype.c
parent32602f6ea90a2eb48b778dc5f6b8c170fc62b7c7 (diff)
downloadnetsurf-1efd4796a26a034ac18428798794b2334633b524.tar.gz
netsurf-1efd4796a26a034ac18428798794b2334633b524.tar.bz2
[project @ 2005-12-10 14:31:32 by adrianl]
ArtWorks support svn path=/import/netsurf/; revision=1891
Diffstat (limited to 'riscos/filetype.c')
-rw-r--r--riscos/filetype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/riscos/filetype.c b/riscos/filetype.c
index b881bd3a2..41227bed9 100644
--- a/riscos/filetype.c
+++ b/riscos/filetype.c
@@ -28,6 +28,7 @@ static const struct type_entry type_map[] = {
{0xaff, "image/x-drawfile"},
{0xb60, "image/png"},
{0xc85, "image/jpeg"},
+ {0xd94, "image/artworks"},
{0xf78, "image/jng"},
{0xf79, "text/css"},
{0xf83, "image/mng"},
@@ -233,6 +234,9 @@ int ro_content_filetype(struct content *content)
#ifdef WITH_DRAW
case CONTENT_DRAW: return 0xaff;
#endif
+#ifdef WITH_ARTWORKS
+ case CONTENT_ARTWORKS: return 0xd94;
+#endif
default: break;
}