mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
[project @ 2004-03-19 19:28:42 by bursa]
Fix build error. svn path=/import/netsurf/; revision=636
This commit is contained in:
parent
c28b257d9d
commit
8f8cf26062
@ -54,7 +54,8 @@
|
||||
|
||||
#ifdef WITH_GIF
|
||||
|
||||
|
||||
static bool nsgif_decompress_frame(struct content *c, anim *p_gif_animation,
|
||||
unsigned int cur_frame);
|
||||
static void CompressSpriteLine( pixel *dest, const pixel *src, int n, int bpp );
|
||||
static void CompressMaskLine( pixel *dest, const pixel *src, int n, int bpp );
|
||||
|
||||
|
@ -65,6 +65,5 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user