From 101c87958dfeb769c697136d221a2a1c63929e65 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Sep 2004 16:41:28 +0000 Subject: [project @ 2004-09-04 16:41:28 by jmb] Fix jpeg redraw Move png.c/h to /image and rework to use the bitmap code Make RISC OS bitmap struct publically accessible (via riscos/bitmap.h) Draw export now embeds JPEGs and PNGs/MNGs/JNGs correctly again. Background images are now plotted correctly again. svn path=/import/netsurf/; revision=1268 --- riscos/bitmap.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'riscos/bitmap.c') diff --git a/riscos/bitmap.c b/riscos/bitmap.c index 2b705b8d4..892aed3b6 100644 --- a/riscos/bitmap.c +++ b/riscos/bitmap.c @@ -18,16 +18,12 @@ #include "oslib/osspriteop.h" #include "netsurf/content/content.h" #include "netsurf/image/bitmap.h" +#include "netsurf/riscos/bitmap.h" #include "netsurf/riscos/image.h" #include "netsurf/utils/log.h" #include "netsurf/utils/utils.h" -struct bitmap { - osspriteop_area sprite_area; -}; - - /** * Create a bitmap. * -- cgit v1.2.1