mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 15:59:36 +03:00
[project @ 2004-07-16 20:02:28 by rjw]
Fix for broken content type changes. svn path=/import/netsurf/; revision=1084
This commit is contained in:
parent
b7bb766e95
commit
b94318ca32
@ -110,6 +110,7 @@ const char *content_type_name[] = {
|
||||
"PNG",
|
||||
#endif
|
||||
#ifdef WITH_MNG
|
||||
"JNG",
|
||||
"MNG",
|
||||
#endif
|
||||
#ifdef WITH_SPRITE
|
||||
@ -179,6 +180,8 @@ static const struct handler_entry handler_map[] = {
|
||||
#ifdef WITH_MNG
|
||||
{nsmng_create, nsmng_process_data, nsmng_convert,
|
||||
0, nsmng_destroy, 0, nsmng_redraw, 0, 0, 0},
|
||||
{nsmng_create, nsmng_process_data, nsmng_convert,
|
||||
0, nsmng_destroy, 0, nsmng_redraw, 0, 0, 0},
|
||||
#endif
|
||||
#ifdef WITH_SPRITE
|
||||
{sprite_create, sprite_process_data, sprite_convert,
|
||||
|
Loading…
Reference in New Issue
Block a user