summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2008-03-29 13:30:04 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2008-03-29 13:30:04 +0000
commit9402e110e904b4644ebc467e7f8e78ba4e91333c (patch)
tree31e5bac29b08a254091f346e8acda898df06e4ef /content/content.h
parent2a5ffe493eee0a287994f098d6322fbf39e100b3 (diff)
downloadnetsurf-9402e110e904b4644ebc467e7f8e78ba4e91333c.tar.gz
netsurf-9402e110e904b4644ebc467e7f8e78ba4e91333c.tar.bz2
Implement sprite support for GTK using librosprite
svn path=/trunk/netsurf/; revision=4051
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 4f2fa0ed6..5e130e138 100644
--- a/content/content.h
+++ b/content/content.h
@@ -51,6 +51,9 @@
#ifdef WITH_SPRITE
#include "riscos/sprite.h"
#endif
+#ifdef WITH_NSSPRITE
+#include "image/nssprite.h"
+#endif
#ifdef WITH_DRAW
#include "riscos/draw.h"
#endif
@@ -173,6 +176,9 @@ struct content {
#ifdef WITH_SPRITE
struct content_sprite_data sprite;
#endif
+#ifdef WITH_NSSPRITE
+ struct content_nssprite_data nssprite;
+#endif
#ifdef WITH_DRAW
struct content_draw_data draw;
#endif