summaryrefslogtreecommitdiff
path: root/riscos/gif.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-07 21:08:13 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-07 21:08:13 +0000
commit9fa8f4037af0f35e690fda48c16f9896c058a029 (patch)
tree9eba791584194f5a6a22057b9c94da255febd165 /riscos/gif.h
parentbaf579157638468bf9325bbf543d75cc30d119b8 (diff)
downloadnetsurf-9fa8f4037af0f35e690fda48c16f9896c058a029.tar.gz
netsurf-9fa8f4037af0f35e690fda48c16f9896c058a029.tar.bz2
[project @ 2003-09-07 21:08:13 by bursa]
Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270
Diffstat (limited to 'riscos/gif.h')
-rw-r--r--riscos/gif.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/riscos/gif.h b/riscos/gif.h
index b1a0cfc7c..b0c516b36 100644
--- a/riscos/gif.h
+++ b/riscos/gif.h
@@ -8,7 +8,17 @@
#ifndef _NETSURF_RISCOS_GIF_H_
#define _NETSURF_RISCOS_GIF_H_
-#include "netsurf/content/content.h"
+#include "oslib/osspriteop.h"
+
+struct content;
+
+struct content_gif_data {
+ char *data;
+ unsigned long length;
+ unsigned long buffer_pos;
+ osspriteop_area *sprite_area;
+ char *sprite_image;
+};
void nsgif_init(void);
void nsgif_create(struct content *c);