summaryrefslogtreecommitdiff
path: root/riscos/gif.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-10 17:10:25 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-10 17:10:25 +0000
commit9c2e6492908bf6fd750f11e524eee34add181def (patch)
tree7bfdc815a5715a1bff96c4c0bf46aa0f542b68f1 /riscos/gif.h
parentf185bb4d0d24eef210a7c6db31c0ce15b0d252b2 (diff)
downloadnetsurf-9c2e6492908bf6fd750f11e524eee34add181def.tar.gz
netsurf-9c2e6492908bf6fd750f11e524eee34add181def.tar.bz2
[project @ 2003-09-10 17:10:25 by bursa]
Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
Diffstat (limited to 'riscos/gif.h')
-rw-r--r--riscos/gif.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/gif.h b/riscos/gif.h
index b0c516b36..4b59e533e 100644
--- a/riscos/gif.h
+++ b/riscos/gif.h
@@ -28,5 +28,6 @@ void nsgif_revive(struct content *c, unsigned int width, unsigned int height);
void nsgif_reformat(struct content *c, unsigned int width, unsigned int height);
void nsgif_destroy(struct content *c);
void nsgif_redraw(struct content *c, long x, long y,
- unsigned long width, unsigned long height);
+ unsigned long width, unsigned long height,
+ long clip_x0, long clip_y0, long clip_x1, long clip_y1);
#endif