summaryrefslogtreecommitdiff
path: root/riscos/gif.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-03-19 18:14:50 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-03-19 18:14:50 +0000
commitc28b257d9d5a7b2ae139dca60379adb3958b828d (patch)
tree3d4cf4db9657a541ea9195bad72473fd45dd81c7 /riscos/gif.h
parent5df9d191e88ac7ce2959e3295777cf157c93d05d (diff)
downloadnetsurf-c28b257d9d5a7b2ae139dca60379adb3958b828d.tar.gz
netsurf-c28b257d9d5a7b2ae139dca60379adb3958b828d.tar.bz2
[project @ 2004-03-19 18:14:50 by rjw]
Animated GIF support. svn path=/import/netsurf/; revision=635
Diffstat (limited to 'riscos/gif.h')
-rw-r--r--riscos/gif.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/riscos/gif.h b/riscos/gif.h
index 107ceaed1..a1823241e 100644
--- a/riscos/gif.h
+++ b/riscos/gif.h
@@ -20,10 +20,6 @@ struct content_gif_data {
*/
osspriteop_area *sprite_area;
- /* The sprite image of the current 8bpp frame
- */
- char *sprite_image;
-
/* The sprite header of the current 32bpp image.
*/
osspriteop_header *buffer_header;
@@ -69,4 +65,6 @@ void nsgif_redraw(struct content *c, long x, long y,
long clip_x0, long clip_y0, long clip_x1, long clip_y1,
float scale);
osspriteop_header *nsgif_get_sprite_address(struct content *c, unsigned int frame);
+bool nsgif_decompress_frame(struct content *c, anim *p_gif_animation, unsigned int cur_frame);
+
#endif