From 9c2e6492908bf6fd750f11e524eee34add181def Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 10 Sep 2003 17:10:25 +0000 Subject: [project @ 2003-09-10 17:10:25 by bursa] Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279 --- content/content.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index a73fff1ef..c8f5cb099 100644 --- a/content/content.h +++ b/content/content.h @@ -138,7 +138,8 @@ void content_revive(struct content *c, unsigned long width, unsigned long height void content_reformat(struct content *c, unsigned long width, unsigned long height); void content_destroy(struct content *c); void content_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); void content_add_user(struct content *c, void (*callback)(content_msg msg, struct content *c, void *p1, void *p2, const char *error), -- cgit v1.2.3