summaryrefslogtreecommitdiff
path: root/riscos/filetype.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-08-24 22:39:55 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-08-24 22:39:55 +0000
commit3c11ffdc9ffef96056504228577ab99046b49caf (patch)
treef5b55115c76080c8850e322fb035d3b48f1fda00 /riscos/filetype.c
parentdfbe3c84f1541590cf4bea240d0abfaf76d5afb1 (diff)
downloadnetsurf-3c11ffdc9ffef96056504228577ab99046b49caf.tar.gz
netsurf-3c11ffdc9ffef96056504228577ab99046b49caf.tar.bz2
[project @ 2003-08-24 22:39:55 by jmb]
Make plugins work. Improve initialisation of AcornURI. Add support for <iframe> (still needs rendering tweaks). Add Ctrl-F2 key sequence to close window. svn path=/import/netsurf/; revision=246
Diffstat (limited to 'riscos/filetype.c')
-rw-r--r--riscos/filetype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/filetype.c b/riscos/filetype.c
index 4b3de879a..52394e6cd 100644
--- a/riscos/filetype.c
+++ b/riscos/filetype.c
@@ -15,9 +15,10 @@
/* type_map must be in sorted order by file_type */
struct type_entry {
bits file_type;
- char mime_type[16];
+ char mime_type[40];
};
static const struct type_entry type_map[] = {
+ {0x188, "application/x-shockwave-flash"},
{0x695, "image/gif"},
{0xb60, "image/png"},
{0xc85, "image/jpeg"},