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 --- debug/netsurfd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debug') diff --git a/debug/netsurfd.c b/debug/netsurfd.c index d9f14d026..cdc1ee873 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -81,6 +81,7 @@ void plugin_decode(void *a, void *b, void *c, void *d) } void html_redraw(struct content *c, long x, long y, - unsigned long width, unsigned long height) + unsigned long width, unsigned long height, + long x0, long y0, long x1, long y1) { } -- cgit v1.2.3