summaryrefslogtreecommitdiff
path: root/riscos/filetype.c
diff options
context:
space:
mode:
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;
}