From 1efd4796a26a034ac18428798794b2334633b524 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sat, 10 Dec 2005 14:31:33 +0000 Subject: [project @ 2005-12-10 14:31:32 by adrianl] ArtWorks support svn path=/import/netsurf/; revision=1891 --- riscos/filetype.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'riscos/filetype.c') 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"}, @@ -232,6 +233,9 @@ int ro_content_filetype(struct content *content) #endif #ifdef WITH_DRAW case CONTENT_DRAW: return 0xaff; +#endif +#ifdef WITH_ARTWORKS + case CONTENT_ARTWORKS: return 0xd94; #endif default: break; } -- cgit v1.2.3