From 3371a27391e828c6417e6d805572cf261b138785 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 3 Sep 2004 22:44:48 +0000 Subject: [project @ 2004-09-03 22:44:47 by bursa] Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265 --- content/content_type.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index 661a116a8..484a877a6 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -28,10 +28,8 @@ typedef enum { #ifdef WITH_GIF CONTENT_GIF, #endif -#ifdef WITH_PNG - CONTENT_PNG, -#endif #ifdef WITH_MNG + CONTENT_PNG, CONTENT_JNG, CONTENT_MNG, #endif -- cgit v1.2.3