summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-07-16 19:47:03 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-07-16 19:47:03 +0000
commitb7bb766e95a3ffb552784ae40bac76db4651d5d9 (patch)
tree726222bd6eca51886b00faa128e97afbe667bf8a /content/content.h
parent8b0aaef01d786375543c7439a66a6ab58162fc5c (diff)
downloadnetsurf-b7bb766e95a3ffb552784ae40bac76db4651d5d9.tar.gz
netsurf-b7bb766e95a3ffb552784ae40bac76db4651d5d9.tar.bz2
[project @ 2004-07-16 19:47:02 by rjw]
Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 09d59be45..e441e6b36 100644
--- a/content/content.h
+++ b/content/content.h
@@ -110,6 +110,9 @@
#ifdef WITH_PNG
#include "netsurf/riscos/png.h"
#endif
+#ifdef WITH_MNG
+#include "netsurf/riscos/mng.h"
+#endif
#ifdef WITH_SPRITE
#include "netsurf/riscos/sprite.h"
#endif
@@ -200,6 +203,9 @@ struct content {
#ifdef WITH_PNG
struct content_png_data png;
#endif
+#ifdef WITH_MNG
+ struct content_mng_data mng;
+#endif
#ifdef WITH_SPRITE
struct content_sprite_data sprite;
#endif