netsurf/image
John Mark Bell d4bdb0882a Don't include libmng.h from mng.h, as it causes jconfig.h to be seen, which in turn causes HAVE_STDLIB_H to be defined, which clashes with the definition of hpdf_config.h. Quite why the auto-generated configuration header for either jpeglib or libharu needs to be public, I've no idea.
The above change means that the mng_handle field in content_mng_data is a void *.
Fixup the couple of places in mng.c where the mng_handle field needs casting back to its real type. Also take the opportunity to make linewrapping and brace position more consistent.

svn path=/trunk/netsurf/; revision=6918
2009-03-27 01:58:55 +00:00
..
bitmap.h Merged revisions 4345-4346,4350-4351,4389,4391,4395,4401-4403,4423,4485-4486 via svnmerge from 2008-08-12 03:49:34 +00:00
bmp.c Add missing calls to bitmap_modified(). This fixes using libpng in the BeOS port. 2008-10-10 20:54:49 +00:00
bmp.h 'unsigned long' -> 'colour' where it made sense. 2008-09-28 22:37:13 +00:00
gif.c If a GIF has insufficient frame data, display the frames that have been decoded. 2008-12-30 13:23:36 +00:00
gif.h 'unsigned long' -> 'colour' where it made sense. 2008-09-28 22:37:13 +00:00
ico.c Add missing calls to bitmap_modified(). This fixes using libpng in the BeOS port. 2008-10-10 20:54:49 +00:00
ico.h 'unsigned long' -> 'colour' where it made sense. 2008-09-28 22:37:13 +00:00
jpeg.c 'unsigned long' -> 'colour' where it made sense. 2008-09-28 22:37:13 +00:00
jpeg.h 'unsigned long' -> 'colour' where it made sense. 2008-09-28 22:37:13 +00:00
mng.c Don't include libmng.h from mng.h, as it causes jconfig.h to be seen, which in turn causes HAVE_STDLIB_H to be defined, which clashes with the definition of hpdf_config.h. Quite why the auto-generated configuration header for either jpeglib or libharu needs to be public, I've no idea. 2009-03-27 01:58:55 +00:00
mng.h Don't include libmng.h from mng.h, as it causes jconfig.h to be seen, which in turn causes HAVE_STDLIB_H to be defined, which clashes with the definition of hpdf_config.h. Quite why the auto-generated configuration header for either jpeglib or libharu needs to be public, I've no idea. 2009-03-27 01:58:55 +00:00
nssprite.c Add .spr -> image/x-riscos-sprite MIME mapping to GTK front end 2009-03-09 00:58:23 +00:00
nssprite.h - Include utils/config.h before each WITH_* test entiry enabling/disabling the object file. 2008-07-26 23:42:24 +00:00
png.c Make libpng image handler set opaque info. 2009-03-02 18:24:54 +00:00
png.h Ensure image/png.h gets css/css.h for the colour typedef 2008-10-01 13:45:40 +00:00
rsvg.c Add missing calls to bitmap_modified(). This fixes using libpng in the BeOS port. 2008-10-10 20:54:49 +00:00
rsvg.h Include css/css.h for type colour (following change r5459). 2008-09-28 22:57:31 +00:00
svg.c C89 2008-11-29 22:53:58 +00:00
svg.h 'unsigned long' -> 'colour' where it made sense. 2008-09-28 22:37:13 +00:00