From 9402e110e904b4644ebc467e7f8e78ba4e91333c Mon Sep 17 00:00:00 2001 From: James Shaw Date: Sat, 29 Mar 2008 13:30:04 +0000 Subject: Implement sprite support for GTK using librosprite svn path=/trunk/netsurf/; revision=4051 --- content/content.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/content.h') 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 -- cgit v1.2.3